Last active
January 16, 2020 14:52
-
-
Save yspb/af343a3e8190c64092e07bb252e1bc20 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: /var/log/socks.log | |
internal: eth0 port = 1080 | |
external: eth0 | |
socksmethod: username | |
user.privileged: root | |
user.notprivileged: nobody | |
client pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
log: error connect disconnect | |
} | |
client block { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
log: connect error | |
} | |
socks pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
log: error connect disconnect | |
} | |
socks block { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
log: connect error | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment