mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-04 18:25:17 +02:00
drop deprecated mode= for fetch
This commit is contained in:
parent
2e10a80f95
commit
b93d4d40bc
7 changed files with 8 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue