From faf53dbc9428331a0867991a4cfa4fc5b33eacb0 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Mon, 16 Nov 2020 02:01:56 +0100 Subject: [PATCH] #1758 change shpinx menu dialog texts (#1773) --- home.admin/config.scripts/bonus.sphinxrelay.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/home.admin/config.scripts/bonus.sphinxrelay.sh b/home.admin/config.scripts/bonus.sphinxrelay.sh index f565060ce..e463b318c 100755 --- a/home.admin/config.scripts/bonus.sphinxrelay.sh +++ b/home.admin/config.scripts/bonus.sphinxrelay.sh @@ -32,7 +32,10 @@ if [ "$1" = "menu" ]; then if [ ${connection} = "ip2tor&letsencrypt" ]; then text="${text}\n IP2TOR+LetsEncrypt: ${publicURL} -SHA1 ${sslFingerprintTOR}" +SHA1 ${sslFingerprintTOR}\n +If you connect your app with this setup you should be able to +use it securly from everywhere. +" # When DynDNS & LETSENCRYPT elif [ ${connection} = "dns&letsencrypt" ]; then @@ -43,9 +46,10 @@ port forwarding on router needs to be active & may change port" # When just IP2TOR elif [ ${connection} = "ip2tor&selfsigned" ]; then text="${text}\n -IP2TOR: ${publicURL} -For this connection to be secure it needs LetsEncrypt HTTPS -go MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain" +IP2TOR+self-signed-HTTPS: ${publicURL}\n +IMPORTANT: For this connection to work & be secure it needs a +additional Domain with LetsEncrypt certificate for HTTPS: +MAINMENU > SUBSCRIBE and add LetsEncrypt HTTPS Domain" # When DynDNS elif [ ${connection} = "dns&selfsigned" ]; then