diff options
author | Michael Gisbers <michael@gisbers.de> | 2019-01-02 11:25:45 +0100 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-01-02 15:02:42 +0100 |
commit | ca16f286efd21a8c0d627a85679f6995af26889f (patch) | |
tree | 32f4265aed13187b796e176b05b47c3750d3885c /global-config | |
parent | 69e76f5eccd130bf432caa0ba1153d20783d37ba (diff) |
update-tunnelbroker: move configuration to global-config...
... and get the external ip address from cloud.
Signed-off-by: Michael Gisbers <michael@gisbers.de>
Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'global-config')
-rw-r--r-- | global-config | 7 |
1 files changed, 7 insertions, 0 deletions
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" "-"; |