如何配置默认走直连?
#1407
-
这样配置报错 {
...
"routing": {
"domainStrategy": "IPIfNonMatch",
"domainMatcher": "mph",
"rules": [
{
"type": "field",
"domains": [
"domain:google.com"
],
"ip": [],
"outboundTag": "Proxy"
},
{
"type": "field",
"outboundTag": "Dns-Out",
"inboundTag": ["Socks-In","Http-In"],
"network": "udp",
"port": 53
},
{
"type": "field",
"outboundTag": "Direct"
}
]
}
...
} 报错信息: 非要修改最后的那一段 {
"type": "field",
"outboundTag": "Direct"
} 加上 |
Beta Was this translation helpful? Give feedback.
Answered by
azzvx
Nov 23, 2021
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
默认走第一个outbound,你把freedom放第一个就行了。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
AkinoKaede
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
默认走第一个outbound,你把freedom放第一个就行了。