Deleted countries from VPN

This commit is contained in:
Roger Gonzalez 2023-10-21 15:45:11 -03:00
parent 48b9205da6
commit 6e94df162b
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 0 additions and 10 deletions

View File

@ -293,11 +293,6 @@ if [ "$setup_vpn" == "y" ]; then
fi fi
done done
echo echo
echo "What country do you want to use?"
echo "If you are using: NordVPN, Perfect Privacy, Private Internet Access, VyprVPN, WeVPN or Windscribe, then input a region"
read -p "You can check the countries/regions list for your VPN here: https://github.com/qdm12/gluetun/wiki/$vpn_service#servers [brazil]: " vpn_country
vpn_country=${vpn_country:-"brazil"}
fi fi
echo "Configuring the docker-compose file for the user \"$username\" on \"$install_location\"..." echo "Configuring the docker-compose file for the user \"$username\" on \"$install_location\"..."

View File

@ -169,11 +169,6 @@ if [ "$setup_vpn" == "y" ]; then
fi fi
done done
echo echo
echo "What country do you want to use?"
echo "If you are using: NordVPN, Perfect Privacy, Private Internet Access, VyprVPN, WeVPN or Windscribe, then input a region"
read -p "You can check the countries/regions list for your VPN here: https://github.com/qdm12/gluetun/wiki/$vpn_service#servers [brazil]: " vpn_country
vpn_country=${vpn_country:-"brazil"}
fi fi
echo "Configuring the docker-compose file for the user \"$username\" on \"$install_location\"..." echo "Configuring the docker-compose file for the user \"$username\" on \"$install_location\"..."