Skip to content

Ubuntu/Debian/CentOS搭建Socks5代理一键脚本,支持多IP出口

License

Notifications You must be signed in to change notification settings

Etcwind-dfl/Socks5-multi--ip

 
 

Repository files navigation

Sockd

** socks5 server (v1.3.2/v1.4.2) auto-install and management script**

说明

Socks5属于明文代理,不要用于科学上网,否则会被阻断端口,可用于正常的跳板使用; 比如SSH转发加速国外VPS的连接速度,特别是一些延迟高或者丢包高的VPS; 使用Socks5转发后SSH就可以快速稳定的连接了,解决高丢包SSH断开的问题;

支持系统

Debian7+ Ubuntu14.04+ CentOS6+

安装教程

下载脚本

wget --no-check-certificate https://github.com/jimmy-2022/Socks5-multi--ip/blob/main/install.sh

安装脚本

bash install.sh  --port=端口 --user=用户名 --passwd=密码

# 
# 注意:端口和用户名密码需要自己修改成你自己的
#

其中的端口 用户名 密码自行修改后粘贴到SSH里运行安装即可; 完成后会提示 Dante Server Install Successfuly 即表示安装成功; 安装后如果连接不上,检查设置的端口是否已经放行; 说明:安装完成后会显示内网IP地址,但在实际使用的时候需要用外网IP地址;

使用

一般使用IP和用户名密码即可使用 如果需要固定IP或IP段,可以修改配置文件设置白名单

vi /etc/danted/sockd.conf

修改以下代码,改成你需要设置的白名单IP或IP段即可,然后重启使其生效;

client pass {
from: 0.0.0.0/0  to: 0.0.0.0/0
}

卸载

bash install.sh --uninstall

命令管理

command option description
service sockd start /etc/init.d/sockd start 启动socks5服务器守护进程
service sockd stop /etc/init.d/sockd stop 停止socks5服务器守护进程
service sockd restart /etc/init.d/sockd restart 重新启动socks5服务器守护进程
service sockd reload /etc/init.d/sockd reload 重新加载socks5服务器守护进程
service sockd status 系统进程状态
service sockd state /etc/init.d/sockd state 运行状态
service sockd tail /etc/init.d/sockd tail sock 日志
service sockd adduser /etc/init.d/sockd adduser 添加pam-auth用户:service sockd adduser NAME PASSWORD
service sockd deluser /etc/init.d/sockd deluser 删除pam-auth用户:service sockd deluser NAME

Test Pass

OS release Platform Provider Result
Debian GNU/Linux 8 (jessie) x86_64 vultr pass
Debian GNU/Linux 7 (wheezy) x86_64 vultr pass
Debian GNU/Linux 7 (wheezy) i686 vultr pass
Ubuntu 16.10 (Yakkety Yak) x86_64 vultr pass
Ubuntu 14.04.5 LTS i686 vultr pass
CentOS Linux 7 (Core) x86_64 vultr pass
CentOS Linux 6 x86_64 vultr pass
CentOS Linux 6 i686 vultr pass

About

Ubuntu/Debian/CentOS搭建Socks5代理一键脚本,支持多IP出口

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Roff 51.9%
  • Shell 40.2%
  • C 5.5%
  • Dockerfile 2.4%