Compare commits

...

4 Commits

Author SHA1 Message Date
runetfreedom
bc6ee7f630 Update readme 2024-10-27 03:05:28 +03:00
runetfreedom
53aa4d3212 Add re:filter geoip 2024-10-25 15:14:18 +03:00
runetfreedom
bff2bc73db Spelling 2024-10-15 07:38:14 +03:00
runetfreedom
2ba91a8525 sing-box srs support 2024-10-15 01:55:14 +03:00
2 changed files with 15 additions and 3 deletions

View File

@@ -47,7 +47,8 @@ jobs:
go build -C geodat2srs ./
./geodat2srs/geodat2srs geoip -i ./publish/geoip.dat -o ./tmp/sing-box/rule-set-geoip/
./geodat2srs/geodat2srs geosite -i ./publish/geosite.dat -o ./tmp/sing-box/rule-set-geosite/
zip -r ./publish/sing-box.zip ./tmp/sing-box
cd ./tmp/sing-box || exit 1
zip -r ../../publish/sing-box.zip *
- name: Release and upload assets
uses: svenstaro/upload-release-action@v2

View File

@@ -4,6 +4,8 @@
Распространяемые здесь файлы `geoip.dat` и `geosite.dat` могут использоваться в [V2Ray](https://github.com/v2fly/v2ray-core), [v2rayN](https://github.com/2dust/v2rayN), [Xray-core](https://github.com/XTLS/Xray-core), [mihomo](https://github.com/MetaCubeX/mihomo/tree/Meta), [hysteria](https://github.com/apernet/hysteria), [Trojan-Go](https://github.com/p4gefau1t/trojan-go), [leaf](https://github.com/eycorsican/leaf) и так далее.
Этот репозиторий является официальным источником российских geo файлов для [v2rayN](https://github.com/2dust/v2rayN).
Репозиторий обновляется каждые 6 часов.
## Какие категории содержатся в файлах
@@ -16,6 +18,7 @@
- `ru-blocked` содержит `ipresolve.lst` и `subnet.lst` сервиса antifilter.download
- `ru-blocked-community` содержит `community.lst` сервиса community.antifilter.download
- `re-filter` содержит `ipsum.lst` из [re:filter](https://github.com/1andrevich/Re-filter-lists)
Для вашего удобства в файлы включены несколько дополнительных категорий (на основе ASN):
@@ -37,8 +40,9 @@
Доступные категории:
- Все категории из [@v2fly/domain-list-community](https://github.com/v2fly/domain-list-community/tree/master/data). Включая: `google`, `discord`, `youtube`, `twitter`, `meta`, `openai` и так далее.
- `geosite:ru-blocked` - заблокированные в россии домены (`antifilter-download-community` + `re:filter`)
- `geosite:ru-blocked-all` - **все известные** заблокированные в россии домены (из всех источников сразу). Список содержит не менее 700 тысяч доменов, употреблять с осторожностью.
- `geosite:ru-blocked` - заблокированные в России домены (`antifilter-download-community` + `re:filter`)
- `geosite:ru-blocked-all` - **все известные** заблокированные в России домены (из всех источников сразу). Список содержит не менее 700 тысяч доменов, употреблять с осторожностью.
- `geosite:ru-available-only-inside` - Домены, доступные только внутри России
- `geosite:antifilter-download` - все домены из `antifilter.download` (почти 700 тысяч, употреблять с осторожностью)
- `geosite:antifilter-download-community` - все домены из `community.antifilter.download`
- `geosite:refilter` - все домены из `re:filter`
@@ -57,6 +61,13 @@
- [https://raw.githubusercontent.com/runetfreedom/russia-v2ray-rules-dat/release/geosite.dat](https://raw.githubusercontent.com/runetfreedom/russia-v2ray-rules-dat/release/geosite.dat)
## Cмежные проекты
- [@runetfreedom/russia-blocked-geoip](https://github.com/runetfreedom/russia-blocked-geoip) - генерация geoip файлов
- [@runetfreedom/russia-blocked-geosite](https://github.com/runetfreedom/russia-blocked-geosite) - генерация geosite файлов
- [@runetfreedom/russia-v2ray-custom-routing-list](https://github.com/runetfreedom/russia-v2ray-custom-routing-list) - правила маршрутизации для различных клиентов
- [@runetfreedom/geodat2srs](https://github.com/runetfreedom/geodat2srs) - конвертер geoip/geosite.dat в sing-box srs
## Благодарности
- [antifilter.download](https://antifilter.download/) - за предоставление данных о заблокированных доменах и комьюнити для их обновления