diff options
Diffstat (limited to 'old/attackbox/templates/sslh.cfg.j2')
-rw-r--r-- | old/attackbox/templates/sslh.cfg.j2 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/old/attackbox/templates/sslh.cfg.j2 b/old/attackbox/templates/sslh.cfg.j2 new file mode 100644 index 0000000..7020ed8 --- /dev/null +++ b/old/attackbox/templates/sslh.cfg.j2 @@ -0,0 +1,15 @@ +verbose: true +foreground: false +inetd: false + +listen: + host: "0.0.0.0" + port: {{ sslh_listen_port }} + +protocols: + ssh: + host: "127.0.0.1" + port: {{ ssh_port }} + http: + host: "127.0.0.1" + port: {{ nginx_port }} |