This commit is contained in:
Damir Ibragimov
2023-07-25 13:23:46 +03:00
parent e55bb58542
commit 428250524f
5 changed files with 76 additions and 1 deletions

23
danted.conf Normal file
View File

@@ -0,0 +1,23 @@
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: username
# 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
}