Skip to content

Instantly share code, notes, and snippets.

@pittjl
Last active August 25, 2022 21:50
Show Gist options
  • Save pittjl/d6bbf105d7adf841732eada278f81291 to your computer and use it in GitHub Desktop.
Save pittjl/d6bbf105d7adf841732eada278f81291 to your computer and use it in GitHub Desktop.
Dante config
logoutput: syslog
user.privileged: root
user.unprivileged: nobody
# The listening network interface or address.
internal: 0.0.0.0 port=1080
# The proxying network interface or address.
external: eth0
# socks-rules determine what is proxied through the external interface.
socksmethod: none
# client-rules determine who can connect to the internal interface.
clientmethod: none
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment