v2.1.0
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
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