mirror of
https://github.com/EvgenyNerush/easy-xray.git
synced 2024-11-21 16:25:23 +03:00
add exceptions in .ru zone
This commit is contained in:
parent
895c74b893
commit
8e956157f5
5 changed files with 64 additions and 0 deletions
|
@ -98,5 +98,9 @@ chuimg.com
|
|||
cn
|
||||
mmstat.com
|
||||
cn
|
||||
Ś
|
||||
COHERENCE-EXTRA-EXCEPTIONSmoscowtimes.rukasparov.runovayagazeta.rugrani.runewtimes.ru
tvrain.ruthe-village.ru
|
||||
arsvest.ru
|
||||
zasekin.rutrv-science.rusnob.rucolta.ru
newizv.ruitsmycity.ru
theins.ru4pda.ru
abook-club.ruappstorrent.ru ej.ruonlinesim.rurepublic.ru
sobesednik.ru
|
||||
<EFBFBD>
|
||||
COHERENCE-EXTRA-PLUSgoogleapis.commozilla.com
microsoft.com
apple.comhabr.comhabrastorage.orgviqeo.tv
|
22
misc/customgeo-exceptions-4hiddify.txt
Normal file
22
misc/customgeo-exceptions-4hiddify.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
domain:moscowtimes.ru,
|
||||
domain:kasparov.ru,
|
||||
domain:novayagazeta.ru,
|
||||
domain:grani.ru,
|
||||
domain:newtimes.ru,
|
||||
domain:tvrain.ru,
|
||||
domain:the-village.ru,
|
||||
domain:arsvest.ru,
|
||||
domain:zasekin.ru,
|
||||
domain:trv-science.ru,
|
||||
domain:snob.ru,
|
||||
domain:colta.ru,
|
||||
domain:newizv.ru,
|
||||
domain:itsmycity.ru,
|
||||
domain:theins.ru,
|
||||
domain:4pda.ru,
|
||||
domain:abook-club.ru,
|
||||
domain:appstorrent.ru,
|
||||
domain:ej.ru,
|
||||
domain:onlinesim.ru,
|
||||
domain:republic.ru,
|
||||
domain:sobesednik.ru,
|
22
misc/customgeo-exceptions-4nekoray.txt
Normal file
22
misc/customgeo-exceptions-4nekoray.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
domain:moscowtimes.ru
|
||||
domain:kasparov.ru
|
||||
domain:novayagazeta.ru
|
||||
domain:grani.ru
|
||||
domain:newtimes.ru
|
||||
domain:tvrain.ru
|
||||
domain:the-village.ru
|
||||
domain:arsvest.ru
|
||||
domain:zasekin.ru
|
||||
domain:trv-science.ru
|
||||
domain:snob.ru
|
||||
domain:colta.ru
|
||||
domain:newizv.ru
|
||||
domain:itsmycity.ru
|
||||
domain:theins.ru
|
||||
domain:4pda.ru
|
||||
domain:abook-club.ru
|
||||
domain:appstorrent.ru
|
||||
domain:ej.ru
|
||||
domain:onlinesim.ru
|
||||
domain:republic.ru
|
||||
domain:sobesednik.ru
|
|
@ -187,6 +187,14 @@
|
|||
"sourcePort": "6881-6889",
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
// exceptions for some *.ru sites that shouldn't be blocked or accessed directly
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"ext:customgeo.dat:coherence-extra-exceptions"
|
||||
],
|
||||
"outboundTag": "proxy"
|
||||
},
|
||||
// guide domestic sites traffic to `direct` outbound
|
||||
{
|
||||
"type": "field",
|
||||
|
|
|
@ -75,6 +75,14 @@
|
|||
"sourcePort": "6881-6889",
|
||||
"outboundTag": "block"
|
||||
},
|
||||
// exceptions for *.ru websites that shouldn't be blocked
|
||||
{
|
||||
"type": "field",
|
||||
"domain": [
|
||||
"ext:customgeo.dat:coherence-extra-exceptions"
|
||||
],
|
||||
"outboundTag": "direct"
|
||||
},
|
||||
// block domestic client traffic if it's coming somehow (e.g. wrong client config)
|
||||
{
|
||||
"type": "field",
|
||||
|
|
Loading…
Reference in a new issue