2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 13:23:02 +01:00
Files
dockerfiles_vimagick/sniproxy/data/etc/sniproxy.conf
2023-06-15 16:48:47 +08:00

35 lines
419 B
Plaintext

#
# 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 {
.* *
}