2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2026-01-03 11:34:57 +01:00
Files
dockerfiles_vimagick/dante/sockd.conf
2015-06-17 11:51:23 +08:00

19 lines
326 B
Plaintext

logoutput: stderr
internal: eth0 port = 1080
external: eth0
socksmethod: username none
clientmethod: none
user.privileged: nobody
user.unprivileged: nobody
client pass {
from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0
log: connect error
}
pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
protocol: tcp udp
log: connect
}