From 53a6b1b28a248f03d99a6fb60205f041f7059289 Mon Sep 17 00:00:00 2001 From: Oliver Atkinson Date: Sun, 5 Nov 2023 18:07:47 -0700 Subject: [PATCH] fix templating --- peer.template | 2 +- server.template | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/peer.template b/peer.template index 41abe9c..f6de120 100644 --- a/peer.template +++ b/peer.template @@ -1,3 +1,3 @@ [Peer] PublicKey = ${CLIENT_PUBLIC_KEY} - AllowedIPs = 10.0.0.${IP_ADDR}/16 + AllowedIPs = 10.0.0.${IP_ADDR}/32 diff --git a/server.template b/server.template index 5ca817b..1886d82 100644 --- a/server.template +++ b/server.template @@ -3,4 +3,3 @@ Address = 10.0.0.1/16 SaveConfig = true ListenPort = 51820 -