Skip to content

Commit 9c9c291

Browse files
authored
Merge pull request #739 from 21pages/default_ip
install.sh: default plain IP
2 parents e61ef86 + 63fbd43 commit 9c9c291

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,11 +358,11 @@ done
358358
choice=$(whiptail --title "Rustdesk installation script" --menu \
359359
"Choose your preferred option, IP or DNS/Domain:
360360
361-
DNS = Setup Rustdesk with TLS and your own domain
362361
IP = You don't have a domain, only plain IP
362+
DNS = Setup Rustdesk with TLS and your own domain
363363
$MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
364-
"DNS" "(e.g. rustdesk.example.com)" \
365-
"IP" "($WANIP4)" 3>&1 1>&2 2>&3)
364+
"IP" "($WANIP4)" \
365+
"DNS" "(e.g. rustdesk.example.com)" 3>&1 1>&2 2>&3)
366366

367367
case "$choice" in
368368
"DNS")

0 commit comments

Comments
 (0)