# # https://github.com/dlundquist/sniproxy/blob/master/sniproxy.conf # user nobody group nogroup pidfile /var/run/sniproxy.pid resolver { nameserver 8.8.8.8 mode ipv4_only } access_log { filename /var/log/sniproxy/access.log } error_log { filename /var/log/sniproxy/error.log priority notice } listener 0.0.0.0 80 { proto http } listener 0.0.0.0 443 { proto tls } table { .* * }