Update install.sh

This commit is contained in:
dinger1986 2022-08-10 18:46:57 +01:00 committed by GitHub
parent 3fa7b0b84b
commit c33cbc1d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,14 +11,12 @@ select WANOPT in "${WAN[@]}"; do
case $WANOPT in
"IP")
wanip=$(dig @resolver4.opendns.com myip.opendns.com +short)
echo $wanip
break
;;
"DNS/Domain")
echo -ne "Enter your preferred domain/dns address ${NC}: "
read wanip
echo $wanip
break
;;
*) echo "invalid option $REPLY";;