summarylogtreecommitdiffstats
path: root/sniproxy.conf
blob: 7c9c534413b75d2a7705c0efa7d8b5310dd2efce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
user nobody
pidfile /run/sniproxy/sniproxy.pid

error_log {
    syslog deamon
    priority notice
}

listen 0.0.0.0:443 {
    proto tls
}

table {
    host1.com 192.168.200.1:443
    host2.com 192.168.199.1:443
}