Created
September 21, 2018 06:55
-
-
Save rickyngk/3c20f4130f22a7590cb9fa91fe3e036e to your computer and use it in GitHub Desktop.
basic Dante SOCK5 proxy config
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.protocol: ipv4 ipv6 | |
internal: eth0 port = 1080 | |
external.protocol: ipv4 ipv6 | |
external: eth0 | |
external.rotation: same-same | |
libwrap.hosts_access: yes | |
user.privileged: root | |
user.notprivileged: nobody | |
clientmethod: none | |
method: none | |
timeout.connect: 120 | |
timeout.negotiate: 0 | |
client pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
log: error connect disconnect | |
} | |
socks pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
log: error connect disconnect | |
} | |
client pass { | |
from: 0/0 to: 0/0 | |
} | |
socks pass { | |
from: 0/0 to: 0/0 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment