From 3ab5726fa531268d78e83b0af1f122d0e0d312c2 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Tue, 15 Jan 2019 10:46:54 +0100 Subject: update-tunnelbroker: fix parsing id --- update-tunnelbroker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-tunnelbroker b/update-tunnelbroker index 55da3aa..0460028 100644 --- a/update-tunnelbroker +++ b/update-tunnelbroker @@ -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); -- cgit v1.2.3-54-g00ecf