Replies: 1 comment
-
解决了 {
"tag": "direct",
"protocol": "freedom",
"settings": {}
}
"routing": {
"domainStrategy": "IPOnDemand",
"rules": [{
"type": "field",
"network": "udp",
"outboundTag": "direct"
}
]
}, |
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
-
2021/04/17 23:39:45 [Info] [1777072589] app/proxyman/outbound: failed to process outbound traffic > proxy/http: UDP is not supported by HTTP outbound
2021/04/17 23:39:45 [Info] [1777072589] common/mux: session 0 ends. > io: read/write on closed pipe
2021/04/17 23:39:45 tcp:112.96.48.109:32188 accepted udp:114.114.114.114:53
2021/04/17 23:39:46 [Info] [3726575805] proxy/vmess/inbound: received request for tcp:v1.mux.cool:0
2021/04/17 23:39:46 [Info] [3726575805] common/mux: received request for udp:114.114.114.114:53
2021/04/17 23:39:46 [Info] [3726575805] app/dispatcher: default route for udp:114.114.114.114:53
2021/04/17 23:39:46 [Info] [3726575805] app/proxyman/outbound: failed to process outbound traffic > proxy/http: UDP is not supported by HTTP outbound
2021/04/17 23:39:46 [Info] [3726575805] common/mux: session 0 ends. > io: read/write on closed pipe
2021/04/17 23:39:46 tcp:112.96.48.109:32189 accepted udp:114.114.114.114:53
2021/04/17 23:39:46 [Info] [1777072589] app/proxyman/inbound: connection ends > proxy/vmess/inbound: connection ends > context canceled
感觉是udp导致域名解析出问题了,很奇怪的是windows的v2rayN可以正常连接,但是安卓的v2rayNG连接就会出现这个错误,然后什么网页也打不开。需要怎么修改配置文件?
Beta Was this translation helpful? Give feedback.
All reactions