fix default

This commit is contained in:
brent s. 2020-05-11 16:23:34 -04:00
parent f824f7e348
commit 117b47ac04
Signed by: bts
GPG Key ID: 8C004C2F93481F6B
2 changed files with 35 additions and 0 deletions

View File

@ -26,6 +26,7 @@ except ImportError:
# https://wiki.archlinux.org/index.php/IPv6_tunnel_broker_setup
# https://forums.he.net/index.php?topic=3153.0
# https://gist.github.com/pklaus/960672
# https://shorewall.org/6to4.htm#idm143


logfile = '/var/log/tunnelbroker_manager.log'

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