add ports to example urls

This commit is contained in:
2019-07-09 10:21:44 +03:00
parent 97070ebe30
commit bb89778b62

View File

@@ -3,8 +3,8 @@ BACKDOORHOST=admin@my.server.org
# Port of the SSH server # Port of the SSH server
BACKDOORPORT=22 BACKDOORPORT=22
# Where to download the ssh-backdoor-open and ssh-backdoor-connect script (may be left empty) # 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 BACKDOORURL=http://my.server.org:8080/pub/ssh-backdoor-open
CLIENTURL=https://my.server.org/pub/ssh-backdoor-connect CLIENTURL=http://my.server.org:8080/pub/ssh-backdoor-connect
# Location of the dowloadable script at the server (may be empty) # Location of the dowloadable script at the server (may be empty)
BACKDOORURLPATH=/home/admin/www/pub/ssh-backdoor-open BACKDOORURLPATH=/home/admin/www/pub/ssh-backdoor-open
CLIENTURLPATH=/home/admin/www/pub/ssh-backdoor-connect CLIENTURLPATH=/home/admin/www/pub/ssh-backdoor-connect