接入trojan
使用wireguard内网接入数据库进行trojan权限验证,但是问题是订阅系统的权限系统和trojan的权限系统不一致,而trojan也不像hysteria一样可以使用http接口调用订阅系统的验证系统进行动态验证,需要手动进行激活之后才可以使用节点。
激活trojan服务
在浏览器中访问
https://minir.plus/hysteria/your-subscribe-code/trojan/enable
等待5秒左右,收到msg开通成功返回
1 2 3 4 |
{ "code": "your-subscribe-code", "msg": "trojan account active Successful" } |
查询trojan状态
在浏览器中访问
https://minir.plus/hysteria/your-subscribe-code/trojan
等待5秒左右,返回trojan状态usage为用量百分比、已使用流量、总流量
1 2 3 4 5 |
{ "code": "your-subscribe-code", "msg": "trojan account is actived", "usage": "14% | 1.4GB | 10GB" } |
获取trojan节点
将如下链接填入客户端,更新订阅获取trojan节点
https://minir.plus/hysteria/your-subscribe-code
There are no comments yet