From d99c019da98468e28d428d419ca663dc3f164bda Mon Sep 17 00:00:00 2001 From: Stanislas Date: Sun, 22 Jan 2023 16:02:38 +0100 Subject: [PATCH] Update wireguard-install.sh --- wireguard-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wireguard-install.sh b/wireguard-install.sh index 808c725..03f3122 100755 --- a/wireguard-install.sh +++ b/wireguard-install.sh @@ -118,7 +118,7 @@ function installQuestions() { #Allowed IPs until [[ ${ALLOWED_IPS} =~ ^.+$ ]]; do - read -rp "Allowed IPs list: " -e -i '0.0.0.0/0, ::/0, 128.0.0.0/1' ALLOWED_IPS + read -rp "Allowed IPs list: " -e -i '0.0.0.0/1, 128.0.0.0/1, ::/0,' ALLOWED_IPS if [[ ${ALLOWED_IPS} == "" ]]; then ALLOWED_IPS="0.0.0.0/0, ::/0, 128.0.0.0/1" fi