diff --git a/wireguard-install.sh b/wireguard-install.sh index 4102ae8..5067f4f 100644 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -240,7 +240,7 @@ function newClient() { # Create client file and add the server as a peer echo "[Interface] PrivateKey = ${CLIENT_PRIV_KEY} -Address = ${CLIENT_WG_IPV4}/24,${CLIENT_WG_IPV6}/64 +Address = ${CLIENT_WG_IPV4}/32,${CLIENT_WG_IPV6}/128 DNS = ${CLIENT_DNS_1},${CLIENT_DNS_2} [Peer]