在Ubuntu上搭建Socks5代理服务器的步骤如下:
sudo apt update
sudo apt upgrade
sudo apt install dante-server
/etc/danted.conf
,使用以下命令:sudo nano /etc/danted.conf
将以下内容添加到文件末尾:
internal: eth0 port = 1080
external: eth0
method: username none
user.privileged: root
user.unprivileged: nobody
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
保存并退出。
sudo systemctl start danted
sudo systemctl enable danted
至此,Socks5代理服务器就已经搭建完成了。你可以将Ubuntu的IP地址和1080端口配置到相应的代理客户端中,以使用Socks5代理服务。
辰迅云「云服务器」,即开即用、新一代英特尔至强铂金CPU、三副本存储NVMe SSD云盘,价格低至29元/月。点击查看>>
推荐阅读: ubuntu建立数据库的步骤是什么