Dante یکی از پیادهسازیهای SOCKS5 پایدار و امن است:
apt update
apt install -y dante-serverپیکربندی Dante در /etc/danted.conf:
logoutput: /var/log/danted.log
internal: 0.0.0.0 port = 1080
external: eth0
socksmethod: username
clientmethod: none
user.privileged: root
user.unprivileged: nobody
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
socksmethod: username
log: error
}systemctl enable danted
systemctl start danted