-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
how to using WARP proxy for outbound like xray core? #508
Comments
Use forwarding https://p4gefau1t.github.io/trojan-go/advance/forward/ |
you can use {
"run_type": "server",
...
"forward_proxy": {
"enabled": true,
"proxy_addr": "<socks5-address>",
"proxy_port": "<socks5-port>",
"username": "<optional>",
"password": "<optional>"
}
} |
tnx.any way to proxy a special site with proxy from geo file? |
配置了
我能确认 warp 是正确运行的,状态是 Connected,并且运行 |
I have the same issue after upgrading |
@krfantasy Did you resolve this issue? I have the same issue. |
@krfantasy I've been trying to debug this issue. But it seems not relate to any third-party package. And seems that it's cloudflare's bug. Finally I downgrade cloudflare-warp and this issue has been resolved. |
@moooyo Yes, downgrading fixed the problem. It's a bug in the latest version The only thing we can do is downgrade to version |
Hi. I get a Google 403 error on my servers. problem solved by using WARP proxy in this solution:
https://github.com/Musixal/Marzban-Tools/tree/main/WARP
in Xray core, we have an outbound section to send traffic through it like the picture:
https://user-images.githubusercontent.com/124933548/229277954-17cfa0e8-6997-4510-9ab3-1f77f23b8185.png
what we should do in Trojan Go?
The text was updated successfully, but these errors were encountered: