• 本文章仅供学习和测试使用

文档:GitHub - Lozy/danted:用于安装和配置Danted的快速脚本--Socks5

一、脚本安装

wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh
# IP、端口(port)、账户(user)密码(passwd)自行设置
bash install.sh --ip="A.A.A.A:B.B.B.B" --port=2016 --user=sockd --passwd=sockd

二、管理命令

/etc/init.d/sockd start		# 启动 socks5 服务器守护程序
/etc/init.d/sockd stop		# 停止 Socks5 服务器守护程序
/etc/init.d/sockd restart	# 重新启动 socks5 服务器守护程序
/etc/init.d/sockd reload	# 重新加载 SOCKS5 服务器守护程序
/etc/init.d/sockd state		# 运行状态
/etc/init.d/sockd adduser	# 添加pam-auth用户
/etc/init.d/sockd deluser	# 删除pam-auth用户