update-tunnelbroker: silence fetch

This commit is contained in:
Christian Hesse 2021-02-24 22:18:01 +01:00
parent 78a53e6fe2
commit 8abb3c1e33
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@
$LogPrintExit2 info $0 ("Local address changed, sending UPDATE to tunnelbroker! New address: " . $PublicAddress) false;
/ tool fetch check-certificate=yes-without-crl \
("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;
} else={
$LogPrintExit2 debug $0 ("All tunnelbroker configuration is up to date for interface " . $InterfaceVal->"name" . ".") false;