mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-13 03:38:50 +00:00
Adds Google cn dns rules
This commit is contained in:
parent
1d2aa70fe9
commit
7a9e3597be
2 changed files with 14 additions and 0 deletions
v2rayN/ServiceLib/Sample
|
@ -15,6 +15,13 @@
|
|||
}
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
"domain_suffix": [
|
||||
"googleapis.cn",
|
||||
"gstatic.com"
|
||||
],
|
||||
"server": "remote"
|
||||
},
|
||||
{
|
||||
"rule_set": [
|
||||
"geosite-cn"
|
||||
|
|
|
@ -15,6 +15,13 @@
|
|||
}
|
||||
],
|
||||
"rules": [
|
||||
{
|
||||
"domain_suffix": [
|
||||
"googleapis.cn",
|
||||
"gstatic.com"
|
||||
],
|
||||
"server": "remote"
|
||||
},
|
||||
{
|
||||
"rule_set": [
|
||||
"geosite-cn",
|
||||
|
|
Loading…
Reference in a new issue