mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
Update wireguard-install.sh
This commit is contained in:
parent
99b6c757a5
commit
d99c019da9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue