install-script
install-script copied to clipboard
Multi-user web administration panel supporting Xray/Trojan-Go/Hysteria/NaiveProxy
大佬们,帮忙看看,创建的现实节点无法连接,是我在哪里设置的吗? 
如题,当前的程序会在设置用户自定义证书后复制到如下目录: ``` /tpdata/cert/custom_cert.crt /tpdata/cert/custom_cert.key ``` 但如果用户不想用自带的自动更新证书功能,而用自己的证书更新脚本在维护证书,就会导致每次证书在外部更新完了后得隔三差五手动在trojan panel中重配一次很麻烦。请问可否改成例如软链接的形式? 我尝试手动在该目录中创建软链接,但我测试naiveproxy时死活无法工作,查后端日志报如下错误: ``` {"level":"error","msg":"NaiveProxy ListUsers http resp err: Get \"http://127.0.0.1:50304/config/apps/http/servers/srv0/routes/0/handle/0/routes/0/handle/\": dial tcp 127.0.0.1:50304: connect: connection refused","time":"2023-12-11 14:54:44"} ``` 一旦我换成硬链接立马就好了。但是硬链接不会随着源文件删除/创建而跟着改变,软链接又报错。麻烦作者优化一下,谢谢!
如图,可选只有tcp和ws,正常应该是可设置为tcp,ws,grpc,h2,kcp,quic这些的
如题,查看连接进服务器的ip
trojanpanel管理的xray/naiveproxy/hysteriav1/hysteriav2,查看过都支持出口协议设置。trojan-go目前貌似不支持。 xray的出站支持Blackhole,DNS,Freedom,HTTP,Shadowsocks,Socks,Trojan,VLESS,VMess,Wireguard naiveproxy使用的caddy v2,其中可设置参数upstream socks5://127.0.0.1:8080(upstream可设置多种参数,见官方配置模板https://caddyserver.com/docs/caddyfile/directives/reverse_proxy#upstreams) hysteria v1支持socks5_outbound(https://v1.hysteria.network/zh/docs/advanced-usage/) hysteria v2支持socks5,http,https(https://v2.hysteria.network/zh/docs/advanced/Full-Server-Config/#outbounds) 应用场景,socks5和http出站可用于其他协议的入站,从而让用户实现更多自定义的需求。例如使用sing-box接收socks5或者http流量作为入站,出站时配置dns,路由,分流,屏蔽某些东西等等。或者作为warp的入站,实现流媒体解锁等。很多应用场景可以让用户自行单独配置。
hi, please update go version 1.21.5 maybe fix some crash on trojan-panel-core also protobuf thanks in advance.
Hi, Because of too much crash at rush hours of trojan-panel-core Its a good idea add disabling traffic(quota) calculation before main fix of this bug Also adding option to hide...
我记得很久之前的版本就可以删除了,以前删除的时候正常,现在反而删除不了了 trojan-panel-ui) is v2.1.6 
vless problem is not base64-encoding its because of the lack of encryption=none in trojan-panel produced link: trojan panel produced link: vless://[[email protected]](mailto:[email protected]):2086?type=ws&security=none&flow=none&path=/cfbd1a&host=yyyyxxx.com#testt-W-FAIR v2rayN shared link(encryption=none added): vless://[[email protected]](mailto:[email protected]):2086?encryption=none&security=none&type=ws&host=wwwaaaa.com&path=test-W-FAIR
socks5
大神什么时候可以支持下socks5 socks4协议啊 有这个打算么