You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You don't need to write ""dest": "caddy:443"," according to the docs. There is just a port in the docs. The port is pointing to the local content, not 443.
Just to be clarified, caddy and 3x-ui are installed as 2 separated docker containers on my setup. Does specifying the port alone work on my case?
It works in my case. See the answer below. By the way as far as I know if you want to combine reality and fallback you actually need selfsteal reality. You need fallback if you don't use reality, but the selfsteal reality acts the same way as fallback and it is a bit easier to configure.
Internet <- www.example.com:443 -> NAT <- 1.2.3.1:443 -> XRay
And Caddy runs on 1.2.3.4:443 and 1.2.3.4:80
I have no problem visiting my own servers behind Caddy from the internet. However, the XRay inbounds works for a minute or 2. Then it fails. What gives?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
How to properly using VLESS+REALITY and caddy reverse proxy as a fallback? The proxy part of the following works but caddy does not. 🥲
How to fix it? Thanks in advance.
Environment:
ghcr.io/mhsanaei/3x-uicaddyXRay config.json:
Caddyfile:
All reactions