From ca16f286efd21a8c0d627a85679f6995af26889f Mon Sep 17 00:00:00 2001 From: Michael Gisbers Date: Wed, 2 Jan 2019 11:25:45 +0100 Subject: update-tunnelbroker: move configuration to global-config... ... and get the external ip address from cloud. Signed-off-by: Michael Gisbers Signed-off-by: Christian Hesse --- global-config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'global-config') diff --git a/global-config b/global-config index bd3250f..cba5e27 100644 --- a/global-config +++ b/global-config @@ -95,6 +95,13 @@ #:global "cert-renew-url" "https://example.com/certificates/"; :global "cert-renew-pass" "v3ry-s3cr3t"; +# Configuration for update-tunnelbroker +#:global tunnelurl "ipv4.tunnelbroker.net"; +#:global tunneluser "user"; +#:global tunnelpass "v3ry-s3cr3t"; +#:global tunnelid "user-XXX.tunnel.tserv6.fra1.ipv6.he.net"; +#:global tunnelint "tunnelbroker"; + # Do *NOT* change these! :global "sent-routeros-update-notification" "-"; :global "sent-lte-firmware-update-notification" "-"; -- cgit v1.2.3-54-g00ecf