mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-30 09:16:58 +02:00
20 lines
337 B
Plaintext
20 lines
337 B
Plaintext
debug: 0
|
|
logoutput: stderr
|
|
internal: 0.0.0.0 port = 1080
|
|
external: eth0
|
|
socksmethod: username none
|
|
clientmethod: none
|
|
user.privileged: root
|
|
user.unprivileged: nobody
|
|
|
|
client pass {
|
|
from: 0.0.0.0/0 port 1-65535 to: 0.0.0.0/0
|
|
log: error
|
|
}
|
|
|
|
socks pass {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
#socksmethod: username
|
|
log: error
|
|
}
|