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
Hello everyone
I have recently set up a xray proxy based on vless and grpc as transport. there's no TLS in xray setup and it's all handled by application proxy (in this case Traefik).
I imported this proxy in the android client V2rayNG and everything works properly. but the problem starts when I'm trying to use the exact same configuration on other clients or devices. for example exporting this proxy into another Android device also running V2rayNG (both same version) it doesn't work anymore, and no data is sent to server.
This not V2rayNG's particular problem, since I can't get it to work on my laptop using Xray cli either.
the only error I could see in xray output is this 2025/07/07 16:21:27.555340 [Error] transport/internet: failed to resolve ip > app/dns: returning nil for domain net.🙂.com > context deadline exceeded
Also I couldn't find any problem regarding of this setup using curldig and ping and all outputs and results seems completely normal.
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.
-
Hello everyone
I have recently set up a xray proxy based on vless and grpc as transport. there's no TLS in xray setup and it's all handled by application proxy (in this case Traefik).
I imported this proxy in the android client V2rayNG and everything works properly. but the problem starts when I'm trying to use the exact same configuration on other clients or devices. for example exporting this proxy into another Android device also running V2rayNG (both same version) it doesn't work anymore, and no data is sent to server.
This not V2rayNG's particular problem, since I can't get it to work on my laptop using Xray cli either.
server configuration:
and client configuration:
the only error I could see in xray output is this
2025/07/07 16:21:27.555340 [Error] transport/internet: failed to resolve ip > app/dns: returning nil for domain net.🙂.com > context deadline exceeded
Also I couldn't find any problem regarding of this setup using
curl
dig
andping
and all outputs and results seems completely normal.any ideas what's the problem?
thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions