From 8abb3c1e33dca7382bf18e0609115933bbf617df Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 24 Feb 2021 22:18:01 +0100 Subject: update-tunnelbroker: silence fetch --- update-tunnelbroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3-54-g00ecf