Skip to content
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

Open
beskooitpedar opened this issue May 31, 2023 · 3 comments
Open

how to using WARP proxy for outbound like xray core? #508

beskooitpedar opened this issue May 31, 2023 · 3 comments

Comments

@beskooitpedar
Copy link

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?

@CXwudi
Copy link

CXwudi commented Jun 25, 2023

@lidotcircle
Copy link

you can use forward_proxy in config file

{
  "run_type": "server",
...
  "forward_proxy": {
    "enabled": true,
    "proxy_addr": "<socks5-address>",
    "proxy_port": "<socks5-port>",
    "username": "<optional>",
    "password": "<optional>"
  }
}

@beskooitpedar
Copy link
Author

tnx.any way to proxy a special site with proxy from geo file?
example:
proxy google with warp but other sites use a server ip...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants