mirror of
https://github.com/techahold/rustdeskinstall.git
synced 2025-07-25 17:08:15 +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
|
||||
"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";;
|
||||
|
Loading…
x
Reference in New Issue
Block a user