1.1.0 恢复config

pull/175/head^2
wulabing 2020-02-16 00:47:05 +08:00
parent c8c27bcf38
commit e93e884c0c
1 changed files with 10 additions and 21 deletions

View File

@ -40,35 +40,24 @@
],
"dns": {
"servers": [
{
"address": "223.5.5.5",
"expectIPs": [
"geoip:cn"
]
},
{
"address": "https+local://1.1.1.1/dns-query",
"domains": [
"geosite:geolocation-!cn"
]
},
"localhost",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
"8.8.4.4",
"https+local://1.1.1.1/dns-query",
"1.1.1.1",
"1.0.0.1",
"8.8.8.8",
"8.8.4.4",
"localhost"
]
},
"routing": {
"domainStrategy": "AsIs",
"domainStrategy": "AsIs",
"rules": [
{
"type": "field",
"type": "field",
"inboundTag": [
"vmess-in"
],
],
"outboundTag": "direct"
}
]
}
}
}