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 -