17 lines
284 B
Plaintext
17 lines
284 B
Plaintext
internal: eth0 port = 1080
|
|
external: eth0
|
|
socksmethod: none
|
|
user.privileged: proxy
|
|
user.unprivileged: nobody
|
|
user.libwrap: nobody
|
|
|
|
client pass {
|
|
from: 192.168.86.0/24 to: 0.0.0.0/0
|
|
log: connect error
|
|
}
|
|
|
|
socks pass {
|
|
from: 192.168.86.0/24 to: 0.0.0.0/0
|
|
log: connect error
|
|
}
|