24 lines
486 B
Plaintext
24 lines
486 B
Plaintext
logoutput: stdout
|
|
user.privileged: root
|
|
user.unprivileged: nobody
|
|
|
|
# The listening network interface or address.
|
|
internal: 0.0.0.0 port=1080
|
|
|
|
# The proxying network interface or address.
|
|
external: eth0
|
|
|
|
# socks-rules determine what is proxied through the external interface.
|
|
socksmethod: username
|
|
|
|
# client-rules determine who can connect to the internal interface.
|
|
clientmethod: none
|
|
|
|
client pass {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
}
|
|
|
|
socks pass {
|
|
from: 0.0.0.0/0 to: 0.0.0.0/0
|
|
}
|