1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-12-14 11:23:02 +02:00
dockerfiles/dante/sockd.conf

20 lines
337 B
Plaintext
Raw Normal View History

2015-06-17 06:17:49 +02:00
debug: 0
2015-06-17 03:38:19 +02:00
logoutput: stderr
2015-06-17 06:33:38 +02:00
internal: 0.0.0.0 port = 1080
2015-06-17 03:38:19 +02:00
external: eth0
2015-06-17 05:51:23 +02:00
socksmethod: username none
clientmethod: none
2015-06-17 06:24:46 +02:00
user.privileged: root
2015-06-17 05:51:23 +02:00
user.unprivileged: nobody
2015-06-17 05:08:09 +02:00
2015-06-17 03:38:19 +02:00
client pass {
from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0
2015-06-17 06:17:49 +02:00
log: error
2015-06-17 03:38:19 +02:00
}
2015-06-17 05:08:09 +02:00
2015-06-17 06:14:19 +02:00
socks pass {
2015-06-17 03:38:19 +02:00
from: 0.0.0.0/0 to: 0.0.0.0/0
2015-06-17 06:42:00 +02:00
#socksmethod: username
2015-06-17 06:17:49 +02:00
log: error
2015-06-17 03:38:19 +02:00
}