diff options
author | Christian Hesse <mail@eworm.de> | 2021-02-24 22:18:01 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2021-02-24 22:55:08 +0100 |
commit | 8abb3c1e33dca7382bf18e0609115933bbf617df (patch) | |
tree | cc2b9fb38ac6873eab00b9c822c65b2835500c45 | |
parent | 78a53e6fe27e6037f25470f70ea661863026f7c9 (diff) |
update-tunnelbroker: silence fetch
-rw-r--r-- | update-tunnelbroker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-tunnelbroker b/update-tunnelbroker index 2168390..e6f50e4 100644 --- a/update-tunnelbroker +++ b/update-tunnelbroker @@ -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; |