Socks5 Proxy Server

Next guid helps you to install simple Socks5 proxy on Debian server in few steps. Proxy can be use for Telegram app, browser alternative gate or for another network application who supports proxy configuration.

Installing Dante package.

apt-get install dante-server

Configure server in /etc/danted.conf (delete existing code and insert this):

where,

socksmethod: username – use system users for proxy authorization.

user.privileged: root – use root access for load passwords.

Next step – create special nologin (this user restricted to SSH access) user.

useradd –shell /usr/sbin/nologin proxyuser

Setup user password.

passwd proxyuser

Add into autorun proxy server.

systemctl enable danted

Run service.

service danted start

Profit.

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *