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