fixing duid entry parsing

This commit is contained in:
brent s. 2020-05-10 23:01:05 -04:00
parent 276aa01928
commit f824f7e348
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
1 changed files with 11 additions and 2 deletions

View File

@ -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