Skip to content

[新服务]202110一键建立trojan/trojan-go/v2ray/vless等单一服务

介绍

实现

curl -O https://raw.githubusercontent.com/jinwyp/one_click_script/master/trojan_v2ray_install.sh && chmod +x ./trojan_v2ray_install.sh && ./trojan_v2ray_install.sh

# or

wget --no-check-certificate https://raw.githubusercontent.com/jinwyp/one_click_script/master/trojan_v2ray_install.sh && chmod +x ./trojan_v2ray_install.sh && ./trojan_v2ray_install.sh

# 我只需要trojan-go,所以就选了个5

一些相关操作命令信息

systemctl stop trojan-go
vi /usr/src/trojan/server.conf
systemctl status trojan-go
systemctl restart trojan-go
journalctl -n 50 -u trojan-go

tail -f /root/trojan-access.log
tail -f /root/trojan-go/server.json

测试

Leave a Reply

Your email address will not be published.