From 6fcebde1281ab54c342100c2a76d4c6f43616097 Mon Sep 17 00:00:00 2001 From: dinger1986 Date: Wed, 10 Aug 2022 18:29:07 +0100 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 622d1e0..a10064e 100644 --- a/install.sh +++ b/install.sh @@ -182,7 +182,7 @@ sudo systemctl enable gohttpserver.service sudo systemctl start gohttpserver.service -echo -e "Your IP is ${wanip}" +echo -e "Your IP/DNS Address is ${wanip}" echo -e "Your public key is ${key}" echo -e "Install Rustdesk on your machines and change your public key and IP/DNS name to the above" echo -e "You can access your install scripts for clients by going to http://${wanip}:8000"