routerbox/utils/he_ipv6/example.he_ipv6.xml

34 lines
1.0 KiB
XML
Raw Normal View History

2020-05-11 16:23:34 -04:00
<?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>
2020-05-11 16:50:45 -04:00
<alloc prefix="64">2001:DB8:4:2:</alloc>
<alloc prefix="48">2001:DB8:5::</alloc>
2020-05-11 16:23:34 -04:00
</allocs>
2020-05-11 16:50:45 -04:00
<client prefix="64">2001:DB8:6::2</client>
2020-05-11 16:23:34 -04:00
</tunnel>
</tunnels>
</heIPv6>