-
Notifications
You must be signed in to change notification settings - Fork 14
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
multiple port forwarding syntax #9
Comments
it's not right. -F chainA -F chainB means first to A , and then from A to B. |
can you please help me with the correct syntax ? what I want is to forward traffic on port 2087 of the domestic vps to port 2053 of the first foreign server ( domain1.com ) and forward the traffic on port 2096 of the domestic vps to port 8443 of the second foreign server ( domain2.com ) on the foreign VPS I have v2ray on ports 2087 and 2096 . |
|
cmd updated |
Hello friends ,
I'm trying to use 1 domestic server and send traffic to 2 foreign servers . I have a problem with syntax
in domestic vps I have :
-L=tcp://:2087/:2096 -F relay+ws://domain1.com:2053 -F=relay+ws://domain2.com:8443
in foreign vps I have :
-L=relay+ws://:2053/:2087 -L=relay+ws://:8443/:2096
is this syntax correct ?
The text was updated successfully, but these errors were encountered: