fixing duid entry parsing
This commit is contained in:
parent
276aa01928
commit
f824f7e348
@ -17,6 +17,15 @@ server = 192.0.2.1
|
|||||||
# You can specify multiple allocations with a comma-separated list.
|
# You can specify multiple allocations with a comma-separated list.
|
||||||
# ("Routed IPv6 Prefixes")
|
# ("Routed IPv6 Prefixes")
|
||||||
allocations = 2001:DB8:1::/64,2001:DB8:2::/64
|
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")
|
# ("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
|
||||||
|
Loading…
Reference in New Issue
Block a user