mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2025-08-05 02:34:45 +02:00
update-tunnelbroker: fix parsing id
This commit is contained in:
parent
494fdfd920
commit
3ab5726fa5
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
:local Comment [ :toarray [ / interface 6to4 get $Interface comment ] ];
|
||||
:local User [ :pick ($Comment->1) 5 99 ];
|
||||
:local Pass [ :pick ($Comment->2) 5 99 ];
|
||||
:local Id [ :pick ($Comment->3) 5 99 ];
|
||||
:local Id [ :pick ($Comment->3) 3 99 ];
|
||||
|
||||
$CertificateAvailable "Starfield Secure Certificate Authority - G2" "starfield";
|
||||
:log info ("Local address changed, sending UPDATE to tunnelbroker! New address: " . $PublicAddress);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue