系统支持
一键搭建 Socks5 脚本支持的系统有:Debian 7+、Ubuntu 14.04+、CentOS 7.X
本此演示教程基于 CentOS 7.6 64位 系统,推荐 Debian 11 64位,特别要注意不支持 CentOS 8.X 版本
安装步骤
使用 OPENSSH 登录连接服务器,通过以下提供的执行命令,安装 wget 组件并下载 Socks5 一键搭建脚本,新装系统有时可能没有 wget 组件,如下图:
# 安装 wget
yum install wget
# 一键搭建 Socks5
wget --no-check-certificate https://raw.github.com/Lozy/danted/master/install.sh -O install.sh
# 给予权限
chmod 777 install.sh
# 执行安装
bash install.sh --port=端口 --user=用户名 --passwd=密码