mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-07-26 17:38:17 +02:00
Update install.sh
This commit is contained in:
parent
3fa7b0b84b
commit
c33cbc1d5f
@ -11,14 +11,12 @@ select WANOPT in "${WAN[@]}"; do
|
|||||||
case $WANOPT in
|
case $WANOPT in
|
||||||
"IP")
|
"IP")
|
||||||
wanip=$(dig @resolver4.opendns.com myip.opendns.com +short)
|
wanip=$(dig @resolver4.opendns.com myip.opendns.com +short)
|
||||||
echo $wanip
|
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"DNS/Domain")
|
"DNS/Domain")
|
||||||
echo -ne "Enter your preferred domain/dns address ${NC}: "
|
echo -ne "Enter your preferred domain/dns address ${NC}: "
|
||||||
read wanip
|
read wanip
|
||||||
echo $wanip
|
|
||||||
break
|
break
|
||||||
;;
|
;;
|
||||||
*) echo "invalid option $REPLY";;
|
*) echo "invalid option $REPLY";;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user