1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-02-03 13:21:35 +02:00
dockerfiles/sniproxy/data/etc/sniproxy.conf

35 lines
419 B
Plaintext
Raw Normal View History

2023-06-15 16:48:47 +08:00
#
# https://github.com/dlundquist/sniproxy/blob/master/sniproxy.conf
#
user nobody
group nogroup
pidfile /var/run/sniproxy.pid
2023-06-15 16:43:43 +08:00
resolver {
nameserver 8.8.8.8
mode ipv4_only
}
2023-06-15 16:48:47 +08:00
access_log {
filename /var/log/sniproxy/access.log
}
2023-06-15 16:43:43 +08:00
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 {
.* *
}