mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-12 11:15:04 +02:00
19 lines
357 B
Plaintext
19 lines
357 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: error # connect disconnect iooperation
|
|
}
|
|
|
|
socks pass {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
protocol: tcp udp
|
|
log: connect
|
|
}
|