mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-21 19:34:41 +02:00
update-tunnelbroker: escaping question mark is no longer required
This commit is contained in:
parent
0502cf17c9
commit
cc5820ed90
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue