From 60a4ae7372e4573c44268fe3363a29509f40de2b Mon Sep 17 00:00:00 2001 From: tituspijean Date: Tue, 2 Nov 2021 23:58:13 +0100 Subject: [PATCH] Set up IPv6 range --- conf/interfaces.json | 3 ++- conf/wg0.conf | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/interfaces.json b/conf/interfaces.json index 05558d7..2d483e5 100644 --- a/conf/interfaces.json +++ b/conf/interfaces.json @@ -1,6 +1,7 @@ { "addresses": [ - "10.10.10.0/24" + "10.10.10.0/24", + "fd42::/112" ], "listen_port": "__PORT_WG__", "post_up": "", diff --git a/conf/wg0.conf b/conf/wg0.conf index ed9cfcc..8077375 100644 --- a/conf/wg0.conf +++ b/conf/wg0.conf @@ -4,7 +4,7 @@ # Address updated at: # Private Key updated at: [Interface] -Address = 10.10.10.0/24 +Address = 10.10.10.0/24,fd42::/112 ListenPort = __PORT_WG__ PrivateKey = __PRIVATE_KEY__ MTU = 1450