Merge pull request #3380 from qiopgh/master

为tun做dns分流
pull/3405/head^2
2dust 2023-03-01 09:17:52 +08:00 committed by GitHub
commit 92320f5086
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,10 @@
{
"servers": [
{
"tag": "out_dns",
"address": "8.8.8.8",
"detour": "proxy"
},
{
"tag": "local",
"address": "223.5.5.5",
@ -11,6 +16,11 @@
}
],
"rules": [
{
"geosite": "cn",
"server": "local",
"disable_cache": true
},
{
"geosite": "category-ads-all",
"server": "block",
@ -18,4 +28,4 @@
}
],
"strategy": "ipv4_only"
}
}