diff options
Diffstat (limited to 'old/sliver-c2/templates/sslh.j2')
-rw-r--r-- | old/sliver-c2/templates/sslh.j2 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/old/sliver-c2/templates/sslh.j2 b/old/sliver-c2/templates/sslh.j2 new file mode 100644 index 0000000..8820a74 --- /dev/null +++ b/old/sliver-c2/templates/sslh.j2 @@ -0,0 +1,3 @@ +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 }}" |