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