Skip to content

Instantly share code, notes, and snippets.

@zhouyanyu
Last active May 23, 2020 01:55
Show Gist options
  • Save zhouyanyu/3c2a985ba67c7ff5b9d5c2322fc7ba79 to your computer and use it in GitHub Desktop.
Save zhouyanyu/3c2a985ba67c7ff5b9d5c2322fc7ba79 to your computer and use it in GitHub Desktop.

Trojan多用户管理程序

准备工作

1.VPS一台,内存512以上,重置好新的主流系统。

2.域名一个,做好解析(可以是二级域名)

3.域名证书一个(可选)

4.耐心、细致。智商大于等于20

Trojan客户端软件 Trojan-Qt5

下载地址

https://github.com/Trojan-Qt5/Trojan-Qt5/releases

一键安装脚本

安装Curl支持环境

apt -y install curl      #Debian
yum -y install curl     #CentOS

#安装/更新

source <(curl -sL https://git.io/trojan-install)

#卸载

source <(curl -sL https://git.io/trojan-install) --remov

其他

数据库和证书全选第一个

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment