diff options
Diffstat (limited to 'old/sliver-c2/templates/sslh.j2')
-rw-r--r-- | old/sliver-c2/templates/sslh.j2 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/old/sliver-c2/templates/sslh.j2 b/old/sliver-c2/templates/sslh.j2 deleted file mode 100644 index 8820a74..0000000 --- a/old/sliver-c2/templates/sslh.j2 +++ /dev/null @@ -1,3 +0,0 @@ -RUN=yes -DAEMON=/usr/sbin/sslh -DAEMON_OPTS="--user sslh --listen 0.0.0.0:{{ public_sslh_port }} --ssh 127.0.0.1:{{ internal_sshd_port }} --http 127.0.0.1:{{ internal_nginx_port }}" |