Replies: 2 comments
-
It has been a while since I used this all-in-one combination format. This is an example I have used before. Let's see if it can help you. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I have forgotten the details and principles of it myself, so I would need to try it again. Alternatively, I can provide you with a complete server configuration, and if I have time, I can help you test the configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was reading this excellent documentation how to create a fallback chain.
The xray config is below. As you can see all traffic that is not matching a path is being forwarded to port 5004.
So all remaining traffic including Trojan will be forwarded to 5004, and if the protocol or password is wrong, then it should fall back to 5005 (defined in Caddy) But this fallback doesn't work. This is how Trojan is defined in Xray config:
Caddy.json:
Port 5005 forwards to the local website as concealment. But This doesn't get reached.
The log says:
Any suggestions please?
Many Thanks
Beta Was this translation helpful? Give feedback.
All reactions