Skip to content

v2.1.0

Compare
Choose a tag to compare
@Jrohy Jrohy released this 22 Mar 10:59
· 235 commits to master since this release
baca96b

web服务增加以https方式运行(非80端口来运行的情况)

以这种方式运行需指定https的运行端口, 开启步骤:
修改/etc/systemd/system/trojan-web.service 配置文件
在/usr/local/bin/trojan web 后面添加 --ssl -p [https的启动端口]

然后运行:

systemctl daemon-reload
systemctl restart trojan-web