43 lines
937 B
Plaintext
43 lines
937 B
Plaintext
logoutput: syslog
|
|
user.privileged: root
|
|
user.unprivileged: nobody
|
|
|
|
# The listening network interface or address.
|
|
internal: 5.78.86.156 port=2025
|
|
internal: 2a01:4ff:1f0:83de::1 port = 2025
|
|
|
|
# The proxying network interface or address.
|
|
external: eth0
|
|
|
|
# socks-rules determine what is proxied through the external interface.
|
|
socksmethod: none
|
|
|
|
# client-rules determine who can connect to the internal interface.
|
|
clientmethod: none
|
|
|
|
client pass {
|
|
from: 94.190.212.123/32 to: 0.0.0.0/0
|
|
}
|
|
socks pass {
|
|
from: 94.190.212.123/32 to: 0.0.0.0/0
|
|
}
|
|
|
|
client pass {
|
|
from: 202.77.7.238/32 to: 0.0.0.0/0
|
|
}
|
|
socks pass {
|
|
from: 202.77.7.238/32 to: 0.0.0.0/0
|
|
}
|
|
|
|
client pass {
|
|
from: 2001:470:18:390::2/128 to: 0.0.0.0/0
|
|
}
|
|
socks pass {
|
|
from: 2001:470:18:390::2/128 to: 0.0.0.0/0
|
|
}
|
|
client pass {
|
|
from: 2001:470:f891:1:5999:5529:5d:f71d/128 to: 0.0.0.0/0
|
|
}
|
|
socks pass {
|
|
from: 2001:470:f891:1:5999:5529:5d:f71d/128 to: 0.0.0.0/0
|
|
} |