diff options
author | Christian Hesse <mail@eworm.de> | 2019-04-09 17:53:48 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-04-09 18:01:44 +0200 |
commit | b93d4d40bc946ac31fcdb619343e21717d816e99 (patch) | |
tree | ff653495223cde7ad0812b52650a685ce542cc82 /update-tunnelbroker | |
parent | 2e10a80f95274be340ff90979410da239cb67620 (diff) |
drop deprecated mode= for fetch
Diffstat (limited to 'update-tunnelbroker')
-rw-r--r-- | update-tunnelbroker | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-tunnelbroker b/update-tunnelbroker index 4eff911..f6674b6 100644 --- a/update-tunnelbroker +++ b/update-tunnelbroker @@ -29,7 +29,7 @@ $CertificateAvailable "Starfield Secure Certificate Authority - G2" "starfield"; :log info ("Local address changed, sending UPDATE to tunnelbroker! New address: " . $PublicAddress); - / tool fetch mode=https check-certificate=yes-without-crl \ + / tool fetch check-certificate=yes-without-crl \ ("https://ipv4.tunnelbroker.net/nic/update\?hostname=" . $Id) \ user=$User password=$Pass keep-result=no; / interface 6to4 set $Interface local-address=$PublicAddress; |