From bb89778b629fe5511af46b43bbcb4063fcda7be5 Mon Sep 17 00:00:00 2001 From: Ville Rantanen Date: Tue, 9 Jul 2019 10:21:44 +0300 Subject: [PATCH] add ports to example urls --- config.env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.env.example b/config.env.example index f43efdb..3dba610 100644 --- a/config.env.example +++ b/config.env.example @@ -3,8 +3,8 @@ BACKDOORHOST=admin@my.server.org # Port of the SSH server BACKDOORPORT=22 # Where to download the ssh-backdoor-open and ssh-backdoor-connect script (may be left empty) -BACKDOORURL=https://my.server.org/pub/ssh-backdoor-open -CLIENTURL=https://my.server.org/pub/ssh-backdoor-connect +BACKDOORURL=http://my.server.org:8080/pub/ssh-backdoor-open +CLIENTURL=http://my.server.org:8080/pub/ssh-backdoor-connect # Location of the dowloadable script at the server (may be empty) BACKDOORURLPATH=/home/admin/www/pub/ssh-backdoor-open CLIENTURLPATH=/home/admin/www/pub/ssh-backdoor-connect