aboutsummaryrefslogtreecommitdiff
path: root/old/attackbox/templates/sslh.cfg.j2
blob: 7020ed8401afcea7f1c74b69be3ccd0a0cfe6579 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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 }}