Last active
October 27, 2021 22:30
-
-
Save temp3l/d749413772b23ef66ffdfcd4b54a3f7f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
logoutput: stdout | |
internal: 0.0.0.0 port = 1090 | |
external: 192.168.0.15 | |
clientmethod: none | |
clientmethod: none | |
socksmethod: none | |
user.privileged: root | |
user.notprivileged: nobody | |
srchost: nodnsmismatch | |
user.libwrap: nobody | |
compatibility: sameport | |
extension: bind | |
client pass { | |
from: 0.0.0.0/0 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 | |
command: bindreply udpreply bind udpassociate connect | |
log: error connect disconnect iooperation | |
} | |
socks pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
protocol: tcp udp | |
log: connect error disconnect iooperation | |
} | |
socks pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
command: bindreply udpreply udpassociate | |
log: connect error disconnect iooperation | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment