From f824f7e348b2425a7cde417a63cebf55433e4835 Mon Sep 17 00:00:00 2001 From: brent s Date: Sun, 10 May 2020 23:01:05 -0400 Subject: [PATCH] fixing duid entry parsing --- utils/example.he_tunnelbroker.ini | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/utils/example.he_tunnelbroker.ini b/utils/example.he_tunnelbroker.ini index 7acbffa..fb799c7 100644 --- a/utils/example.he_tunnelbroker.ini +++ b/utils/example.he_tunnelbroker.ini @@ -17,6 +17,15 @@ server = 192.0.2.1 # You can specify multiple allocations with a comma-separated list. # ("Routed IPv6 Prefixes") allocations = 2001:DB8:1::/64,2001:DB8:2::/64 -# This is the address to actually set on the interface. There should be only one here. +# This is the address to actually set on the interface. There should be only one here. Be sure to include the prefix! # ("Client IPv6 Address") -address = 2001:DB8:3::/64 +address = 2001:DB8:3::1/64 + +# You can specify multiple tunnel profiles for your machine. +[54321] +# And you can even reference values from other sections. +user = ${12345:user} +update_key = ${12345:update_key} +server = 192.0.2.2 +allocations = 2001:DB8:4::/64 +address = 2001:DB8:5::2/64