mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-31 08:14:56 +02:00
update-tunnelbroker: replace deprecated keep-result=no with output=none
This commit is contained in:
parent
639011a9ba
commit
74f6449e8a
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
:log info ("Local address changed, sending UPDATE to tunnelbroker! New address: " . $PublicAddress);
|
||||
/ tool fetch check-certificate=yes-without-crl \
|
||||
("https://ipv4.tunnelbroker.net/nic/update\?hostname=" . $Comment->"id") \
|
||||
user=($Comment->"user") password=($Comment->"pass") keep-result=no;
|
||||
user=($Comment->"user") password=($Comment->"pass") output=none;
|
||||
/ interface 6to4 set $Interface local-address=$PublicAddress;
|
||||
} else={
|
||||
:log debug ("All tunnelbroker configuration is up to date for interface " . $InterfaceVal->"name" . ".");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue