From d02fd8ac66a951429f6c17d25191ba160a8a8de1 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Mon, 18 Oct 2021 13:13:51 +0200 Subject: [PATCH] Added the ability to use Deavmi's On-the-go service via IPv6 clearnet --- docs/onthego.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/onthego.md b/docs/onthego.md index d868799..1338277 100644 --- a/docs/onthego.md +++ b/docs/onthego.md @@ -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 ```