Update install.sh

This commit is contained in:
dinger1986 2024-06-27 13:44:37 +01:00 committed by GitHub
parent f98ba407c1
commit c887c62271
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -127,7 +127,7 @@ fi
# Choice for DNS or IP
if [[ -z "$resolveip" && -z "$resolvedns" ]]; then
PS3='Choose your preferred option, IP or DNS/Domain:'
PS3='Choose your preferred connection method: auto-resolve current WAN IP or enter your DNS/Domain:'
WAN=("IP" "DNS/Domain")
select WANOPT in "${WAN[@]}"; do
case $WANOPT in