How to change outbound and routing configuration to use a middle server as main server and use other servers as endpoints to distribute traffic by ip/domain strategy? #3923
Unanswered
caribbeansyrup
asked this question in
Q&A سوالات رایج
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Here's the scenario:
we have 3 servers, server A, server B and, server C. End users will connect to middle server which is server A (the main panel is on this server) and based on some routing configurations, they will use sever B or server C. for example for streaming and finance purposes.
I tried this but doesn't worked:
I defined a new outbound tag in 06_outbounds.json and set a wireguard configuration for connect to server B
Then add a routing configuration to 03_routing.json like below:
Then I tried to change the "freedom" outboundtag to redirect all other traffic to "server C" but I couldn't.
So, There's two main questions:
Regards,
Beta Was this translation helpful? Give feedback.
All reactions