We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e61ef86 + 63fbd43 commit 9c9c291Copy full SHA for 9c9c291
install.sh
@@ -358,11 +358,11 @@ done
358
choice=$(whiptail --title "Rustdesk installation script" --menu \
359
"Choose your preferred option, IP or DNS/Domain:
360
361
-DNS = Setup Rustdesk with TLS and your own domain
362
IP = You don't have a domain, only plain IP
+DNS = Setup Rustdesk with TLS and your own domain
363
$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)
+"IP" "($WANIP4)" \
+"DNS" "(e.g. rustdesk.example.com)" 3>&1 1>&2 2>&3)
366
367
case "$choice" in
368
"DNS")
0 commit comments