Cборки dat-файлов для проектов V2Fly, XRay и подобных на основе списков пользователя ItDog Сборка проводится автоматически, ежедневно в 8 часов через GitHub Actions.
- Файл
domains.dat
собирается на основе списка https://raw.githubusercontent.com/itdoginfo/allow-domains/main/Russia/inside-raw.lst
- domains.dat:https://github.com/egorrrmiller/antifilter-domain/releases/latest/download/domains.dat
- wget -O /usr/share/xray/domains.dat https://github.com/egorrrmiller/antifilter-domain/releases/latest/download/domains.dat
{
"routing": {
"rules": [
{
"domain": [
"ext:domains.dat:antifilter-community"
],
"type": "field",
"outboundTag": "proxy"
},
{
"type": "field",
"outboundTag": "direct"
}
]
}
}