mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-08-18 00:29:05 +02:00
update-tunnelbroker: silence fetch
This commit is contained in:
parent
78a53e6fe2
commit
8abb3c1e33
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
$LogPrintExit2 info $0 ("Local address changed, sending UPDATE to tunnelbroker! New address: " . $PublicAddress) false;
|
$LogPrintExit2 info $0 ("Local address changed, sending UPDATE to tunnelbroker! New address: " . $PublicAddress) false;
|
||||||
/ tool fetch check-certificate=yes-without-crl \
|
/ 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=none;
|
user=($Comment->"user") password=($Comment->"pass") output=none as-value;
|
||||||
/ interface 6to4 set $Interface local-address=$PublicAddress;
|
/ interface 6to4 set $Interface local-address=$PublicAddress;
|
||||||
} else={
|
} else={
|
||||||
$LogPrintExit2 debug $0 ("All tunnelbroker configuration is up to date for interface " . $InterfaceVal->"name" . ".") false;
|
$LogPrintExit2 debug $0 ("All tunnelbroker configuration is up to date for interface " . $InterfaceVal->"name" . ".") false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue