block client domestic traffic on server side

This commit is contained in:
Evgeny Nerush
2023-11-15 09:46:06 +03:00
parent af6fc7a970
commit 9cac053bd0
3 changed files with 40 additions and 7 deletions

View File

@@ -122,7 +122,7 @@
// punycode for national Belorussian top-level domain .бел
"domain:xn--90ais",
"domain:ir",
// extra domains that are used by domestic sites
// extra domains that are used by domestic sites, see https://github.com/EvgenyNerush/coherence-grabber/tree/main
"ext:customgeo.dat:coherence-extra"
],
"outboundTag": "direct"
@@ -139,11 +139,8 @@
},
{
"type": "field",
"inboundTag": [
"api"
],
"outboundTag": "api",
"enabled": true
"protocol": [ "bittorrent" ],
"outboundTag": "block"
}
]
}