diff options
author | Christian Hesse <mail@eworm.de> | 2023-06-26 11:16:19 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2023-06-27 09:14:36 +0200 |
commit | cc5820ed90a349a5a607dd93ea54d41e214308e0 (patch) | |
tree | 8deddf42f66357aa09cc5b04f048e078666b8f99 /update-tunnelbroker.rsc | |
parent | 0502cf17c9ce5b32b35282ae599542801a9534a7 (diff) |
update-tunnelbroker: escaping question mark is no longer required
Diffstat (limited to 'update-tunnelbroker.rsc')
-rw-r--r-- | update-tunnelbroker.rsc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-tunnelbroker.rsc b/update-tunnelbroker.rsc index d0a2d16..60cb003 100644 --- a/update-tunnelbroker.rsc +++ b/update-tunnelbroker.rsc @@ -33,7 +33,7 @@ $ScriptLock $0; :if ($Data = false) do={ :do { :set Data ([ /tool/fetch check-certificate=yes-without-crl \ - ("https://ipv4.tunnelbroker.net/nic/update\?hostname=" . $Comment->"id") \ + ("https://ipv4.tunnelbroker.net/nic/update?hostname=" . $Comment->"id") \ user=($Comment->"user") password=($Comment->"pass") output=user as-value ]->"data"); } on-error={ $LogPrintExit2 debug $0 ("Failed downloading, " . $I . " retries pending.") false; |