[Bug] In LAN, hotspot host can't access client service, but client can access host service. #493
Replies: 2 comments
-
Double check your VPN configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thank you, now I solved this problem. I should add the following to v2ray client config: "routing": {
"domainMatcher": "mph",
"domainStrategy": "AsIs",
"rules": [
{
"ip": [
"geoip:private"
],
"outboundTag": "direct",
"type": "field"
}
]
} |
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
-
Reproduce:
192.168.49.1/24
.192.168.49.32:8080
http://192.168.49.32:8080
, I got no response.But
If I use host phone to start a simple http server service
If I use client phone to visit
http://192.168.49.1:8080
, I got responseBeta Was this translation helpful? Give feedback.
All reactions