34 lines
1.0 KiB
XML
34 lines
1.0 KiB
XML
<?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:4:2:</alloc>
|
|
<alloc prefix="48">2001:DB8:5::</alloc>
|
|
</allocs>
|
|
<client prefix="64">2001:DB8:6::2</client>
|
|
</tunnel>
|
|
</tunnels>
|
|
</heIPv6>
|