Created
September 14, 2024 08:57
-
-
Save Cvar1984/4d96c60f5b2b951246bc65eff1f6d070 to your computer and use it in GitHub Desktop.
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
# /etc/danted.conf | |
logoutput: syslog | |
internal: eth0 port = 1080 | |
external: eth0 | |
external.rotation: same-same | |
socksmethod: pam.username | |
user.privileged: cvar1984 | |
user.notprivileged: nobody | |
client pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
log: connect disconnect error | |
} | |
socks pass { | |
from: 0.0.0.0/0 to: 0.0.0.0/0 | |
protocol: tcp udp | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment