diff options
author | ManeraKai <manerakai@protonmail.com> | 2022-04-17 15:27:21 +0300 |
---|---|---|
committer | ManeraKai <manerakai@protonmail.com> | 2022-04-17 15:27:21 +0300 |
commit | f17463a9ea15a479376597f94f5d920bb8f4cc79 (patch) | |
tree | 55a0a00803262d0bbadc8f5f8985b8a679d47fa5 /pug/options/sendTargets | |
parent | Fix medium regex #137 (diff) | |
download | libredirect-f17463a9ea15a479376597f94f5d920bb8f4cc79.zip |
Added latency test #134
Diffstat (limited to 'pug/options/sendTargets')
-rw-r--r-- | pug/options/sendTargets/sendTargets.pug | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pug/options/sendTargets/sendTargets.pug b/pug/options/sendTargets/sendTargets.pug index c2851143..3017fa87 100644 --- a/pug/options/sendTargets/sendTargets.pug +++ b/pug/options/sendTargets/sendTargets.pug @@ -23,6 +23,8 @@ body.option(dir="auto") .normal include ../../widgets/instances.pug +instances('https://send.com') + include ../../widgets/latency.pug + +latency() .tor include ../../widgets/instances.pug +instances('https://send.onion') |