31 lines
701 B
Plaintext
31 lines
701 B
Plaintext
|
# logoutput: stdout
|
||
|
errorlog: stderr
|
||
|
|
||
|
#user.privileged: root
|
||
|
user.unprivileged: nobody
|
||
|
|
||
|
# The listening network interface or address.
|
||
|
internal: 0.0.0.0 port=11080
|
||
|
|
||
|
# The proxying network interface or address.
|
||
|
external: eth0
|
||
|
|
||
|
# socks-rules determine what is proxied through the external interface.
|
||
|
# The default of "none" permits anonymous access.
|
||
|
socksmethod: none
|
||
|
|
||
|
# client-rules determine who can connect to the internal interface.
|
||
|
# The default of "none" permits anonymous access.
|
||
|
clientmethod: none
|
||
|
|
||
|
client pass {
|
||
|
from: 192.168.86.0/24 to: 0.0.0.0/0
|
||
|
log: connect disconnect error
|
||
|
}
|
||
|
|
||
|
socks pass {
|
||
|
from: 192.168.86.0/24 to: 0.0.0.0/0
|
||
|
log: connect disconnect error
|
||
|
}
|
||
|
|