diff options
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" "-"; |