Skip to content

Instantly share code, notes, and snippets.

@rickyngk
Created September 21, 2018 06:55
Show Gist options
  • Save rickyngk/3c20f4130f22a7590cb9fa91fe3e036e to your computer and use it in GitHub Desktop.
Save rickyngk/3c20f4130f22a7590cb9fa91fe3e036e to your computer and use it in GitHub Desktop.
basic Dante SOCK5 proxy config
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