fix default
This commit is contained in:
34
utils/he_ipv6/example.he_ipv6.xml
Normal file
34
utils/he_ipv6/example.he_ipv6.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<heIPv6 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns="https://tunnelbroker.net/"
|
||||
xsi:schemaLocation="https://tunnelbroker.net/ http://schema.xml.r00t2.io/projects/he_ipv6.xsd">
|
||||
<creds>
|
||||
<cred id="ipv6user">
|
||||
<user>ipv6user</user>
|
||||
<updateKey>xXxXxXxXxXxXxXXX</updateKey>
|
||||
</cred>
|
||||
<cred id="anotheruser">
|
||||
<user>someotheruser</user>
|
||||
<updateKey>0000000000000000</updateKey>
|
||||
</cred>
|
||||
</creds>
|
||||
<tunnels>
|
||||
<tunnel id="12345" creds="ipv6user">
|
||||
<server>192.0.2.1</server>
|
||||
<allocs>
|
||||
<alloc prefix="64">2001:DB8:1:2:</alloc>
|
||||
<alloc prefix="48">2001:DB8:2::</alloc>
|
||||
</allocs>
|
||||
<client prefix="64">2001:DB8:3::2</client>
|
||||
</tunnel>
|
||||
<tunnel id="54321" creds="ipv6user">
|
||||
<server>192.0.2.1</server>
|
||||
<allocs>
|
||||
<alloc prefix="64">2001:DB8:1:2:</alloc>
|
||||
<alloc prefix="64">2001:DB8:1:2:</alloc>
|
||||
<!-- <alloc prefix="48">2001:DB8:2::</alloc> -->
|
||||
</allocs>
|
||||
<client prefix="64">2001:DB8:3::2</client>
|
||||
</tunnel>
|
||||
</tunnels>
|
||||
</heIPv6>
|
||||
Reference in New Issue
Block a user