1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00
dockerfiles/dante/sockd.conf

20 lines
337 B
Plaintext
Raw Normal View History

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