Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wyx176/Socks5

Socks5代理服务器搭建脚本/Socks5 shortcut creation script
https://github.com/wyx176/Socks5

Last synced: 2 months ago
JSON representation

Socks5代理服务器搭建脚本/Socks5 shortcut creation script

Awesome Lists containing this project

README

        

# 该脚本已失效,请移至新脚本[nps-socks5](https://github.com/wyx176/nps-socks5)
# 该脚本已失效,请移至新脚本[nps-socks5](https://github.com/wyx176/nps-socks5)
# 该脚本已失效,请移至新脚本[nps-socks5](https://github.com/wyx176/nps-socks5)
# 该脚本已失效,请移至新脚本[nps-socks5](https://github.com/wyx176/nps-socks5)
# Socks5服务一键搭建脚本
- [x] 稳定版V1.1.8

## 介绍 ##
一个Shell脚本,集成socks5搭建,管理,启动,添加账号等基本操作。基于socks5官方的辅助脚本,方便用户操作,并且支持快速构建socks5服务环境。

- 脚本只提供学习交流,请在法律允许范围内使用!!!!

## 系统支持 ##
* CentOS 6.x
* CentOS 7.x
* 谷歌云部分系统问题请看更新日志

## 功能 ##
全自动无人值守安装,服务端部署只需一条命令)
- 一键开启、关闭ss5服务
- 添加账户,删除用户,开启账户验证,关闭账户验证,一键修改端口
- 支持傻瓜式用户添加,小白也可以用
- 自动修改防火墙规则
- 输入 s5 即可启动控制面板

## 一键安装或更新到最新 ##

wget -q -N --no-check-certificate https://xxraw.githubusercontent.com/wyx176/Socks5/master/install.sh && bash install.sh

## 相关文件路径 ##
- 1.端口文件

/etc/sysconfig/ss5

- 2.访问授权配置文件

/etc/opt/ss5/ss5.conf

- 3.用户账号信息文件

/etc/opt/ss5/ss5.passwd

- 4.部分文件修改后需要重启ss5

重启命令:service ss5 restart


## 更新日志 ##
-2019.05.19 v1.1.8

1.增加自动关闭防火墙

2.修复centos6下启动s5服务时异常提示

3.优化控制面板,选择更新时可以看到更新的内容

-2019.05.12 v1.1.7

1.优化控制面板

2.增加版本显示,有新版本会提示更新

3.增加一键更新到最新版本

-2019.05.09 v1.1.6

1.修复开机不会自动启动的bug

-2019.03.23 v1.1.5

1.解决谷歌云部分系统搭建后异常问题

问题:使用谷歌云搭建失败、搭建后无法正常使用、无法启动控制面。

推测原因:帐号权限不够完整。

解决方案:使用ssh软件(xshell)通过root权限账户登录,然后正常搭建即可。参考视频http://t.cn/EJzT2YR


2.执行命令出现 wget:command not found

解决方案:先执行命令

yum -y install wget
然后正常搭建。

-2019.03.21 v1.1.5

1.重写安装代码,优化安装过程。

2.测试了以下系统都能正常使用:

CentOS-7.0-x86_64

CentOS-7.3-x86_64

centos-7.4-x86_64

centos-7.5-x86_64

centos-7.6-x86_64


CentOS-6.4-x86_64

CentOS-6.4-86

centos-6.9-x86_64

## 写在最后 ##
Telegram交流群:https://t.me/Socks55555