Skip to content

Instantly share code, notes, and snippets.

@tolbrino
Created January 22, 2025 12:37
Show Gist options
  • Save tolbrino/e822f96584820e38d6561b1feaf218ae to your computer and use it in GitHub Desktop.
Save tolbrino/e822f96584820e38d6561b1feaf218ae to your computer and use it in GitHub Desktop.
dante SOCKS5 server configuration example
errorlog: sockd.errlog
logoutput: sockd.log
internal: 127.0.0.1 port = 1080
external: en0
user.notprivileged: myuser # CHANGE to your user
srchost: nodnsmismatch nodnsunknown
clientmethod: none
socksmethod: none
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
# command: bind connect udpassociate
log: error # connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: gnosis.io
command: bind connect udpassociate
log: error # connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: duckduckgo.com
command: bind connect udpassociate
log: error # connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: gnosisscan.io
command: bind connect udpassociate
log: error # connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: safe.global
command: bind connect udpassociate
log: error # connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: framerusercontent.com
command: bind connect udpassociate
log: error # connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: framer.com
command: bind connect udpassociate
log: error # connect disconnect
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment