Created
January 22, 2025 12:37
-
-
Save tolbrino/e822f96584820e38d6561b1feaf218ae to your computer and use it in GitHub Desktop.
dante SOCKS5 server configuration example
This file contains 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
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