aboutsummaryrefslogtreecommitdiffstats
path: root/update-tunnelbroker
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2020-01-28 21:52:29 +0100
committerGravatar Christian Hesse <mail@eworm.de>2020-01-28 21:52:29 +0100
commit74f6449e8ac06e30af5511c1876ee518ae8926b9 (patch)
tree1595fde4e9a1f6bea8e517e574272530307c40e7 /update-tunnelbroker
parent639011a9bac9adc2c065d497f1a9d03151e8c31e (diff)
update-tunnelbroker: replace deprecated keep-result=no with output=none
Diffstat (limited to 'update-tunnelbroker')
-rw-r--r--update-tunnelbroker2
1 files changed, 1 insertions, 1 deletions
diff --git a/update-tunnelbroker b/update-tunnelbroker
index 53c8600..da621e2 100644
--- a/update-tunnelbroker
+++ b/update-tunnelbroker
@@ -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" . ".");