Added the ability to use Deavmi's On-the-go service via IPv6 clearnet

This commit is contained in:
Tristan B. Velloza Kildaire 2021-10-18 13:13:51 +02:00
parent 2cbaf27daa
commit d02fd8ac66
1 changed files with 4 additions and 0 deletions

View File

@ -9,8 +9,10 @@ The service is made available over the following networks:
* Clearnet IPv6 (_Coming soon_)
* This means you can connect your Wireguard endpoint to an IPV6 host (my server)
* Endpoint address: `2a04:5b81:2010::65`
* Yggdrasil
* This means you can run the [Yggdrasil software](http://yggdrasil-network.github.io) and use an Yggdrasil IPv6 address as the Wireguard endpoint
* Endpoint address: `301:754:2ca2:57f8::1`
## Setup procedure
@ -49,6 +51,8 @@ ListenPort = 51820
[WireGuardPeer]
PublicKey = e0zNJwCyP+sD5oiF0QAkzrM3rJpmg1NeGxEHVCfBClM=
AllowedIPs = fd00::/8
# Depending on how you want to connect change the endpoint here (port remains constant)
Endpoint = [301:754:2ca2:57f8::1]:51820
EOF
```