restructuring and removing HEConfig

This commit is contained in:
brent s
2020-05-14 17:11:47 -04:00
parent 676aa8d5b6
commit 315af935ac
5 changed files with 242 additions and 232 deletions

View File

@@ -12,17 +12,14 @@
<creds>
<!--
Credentials are kept separate from tunnel configuration because you can have multiple (up to 5) tunnels per user.
You can find the updateKey in the "Advanced" tab of your tunnel's configuration on your tunnelbroker.net panel.
-->
<cred id="ipv6user">
<user>ipv6user</user>
<password>someSecretPassword</password>
<updateKey>xXxXxXxXxXxXxXXX</updateKey>
</cred>
<cred id="anotheruser">
<user>someotheruser</user>
<password>anotherPassword</password>
<updateKey>0000000000000000</updateKey>
</cred>
</creds>
<tunnels>
@@ -36,6 +33,10 @@
be "12345".
-->
<tunnel id="12345" creds="ipv6user">
<!--
You can find the updateKey in the "Advanced" tab of your tunnel's configuration on your tunnelbroker.net panel.
-->
<updateKey>xXxXxXxXxXxXxXXX</updateKey>
<!--
Where to assign your allocations. The default allocation prefix is a /64 (prefix="64"), since that's what SLAAC
recommends.
@@ -68,6 +69,7 @@
And you can, of course, specify multiple tunnels.
-->
<tunnel id="54321" creds="anotheruser">
<updateKey>0000000000000000</updateKey>
<assignments>
<!--
Uses the default prefix of /64 from your standard /64 allocation from Hurricane Electric.