update config file using new syntax

pull/684/head^2 v2.46
Darien Raymond 2017-11-02 21:33:47 +01:00
parent 198156b236
commit c30aa63df7
1 changed files with 4 additions and 6 deletions

View File

@ -84,7 +84,8 @@
"outboundTag": "direct"
},
{
"type": "chinasites",
"type": "field",
"domain": ["geosite:cn"],
"outboundTag": "direct"
},
{
@ -104,13 +105,10 @@
"203.0.113.0/24",
"::1/128",
"fc00::/7",
"fe80::/10"
"fe80::/10",
"geoip:cn"
],
"outboundTag": "direct"
},
{
"type": "chinaip",
"outboundTag": "direct"
}
]
}