primovist/snell.sh: snell的一键安装脚本
2019-04-17 01:21:16 Author: github.com(查看原文) 阅读量:764 收藏

Join GitHub today

GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.

Sign up

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
README.md
snell.centos.sh
snell.sh 更正 Mar 14, 2019
uninstall-snell.sh

适用于64位Linux系统。

运行完毕后屏幕显示psk,默认端口号13254(我随手那么一按( ̀⌄ ́),按照标准填入Surge即可。

Debian & Ubuntu 用户请运行

wget --no-check-certificate -O snell.sh https://raw.githubusercontent.com/primovist/snell.sh/master/snell.sh
chmod +x snell.sh
./snell.sh

Centos & RedHat 用户请运行

wget --no-check-certificate -O snell.sh https://raw.githubusercontent.com/primovist/snell.sh/master/snell.centos.sh
chmod +x snell.sh
./snell.sh

首次安装默认端口号13254,如需修改请 在所有脚本运行结束后运行

nano /etc/snell/snell-server.conf
systemctl restart snell

自行修改。

当然你也可以用vi ^o^

查看运行状态:

systemctl status snell

卸载方法:

wget --no-check-certificate -O uninstall-snell.sh https://raw.githubusercontent.com/primovist/snell.sh/master/uninstall-snell.sh
chmod +x uninstall-snell.sh
./uninstall-snell.sh

文章来源: https://github.com/primovist/snell.sh
如有侵权请联系:admin#unsafe.sh