Update README.md

Builds are now automated and regular
This commit is contained in:
Andrevich 2024-12-08 23:30:14 +04:00 committed by GitHub
parent 0c44c99127
commit bb56e2f943
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
![blackandgreen_A_preview_git](https://github.com/user-attachments/assets/8edb734f-7ddf-4dc8-a08f-9c94b707109f)
**Re:filter** — это попытка создать актуальный список заблокированных доменов и IP-адресов в РФ, а также популярных и заблокированных для пользователей из России. Этот репозиторий содержит весь исходный код для процесса фильтрации списка доменов РКН, и (в будущем: регулярные) выпуски:
**Re:filter** — это попытка создать актуальный список заблокированных доменов и IP-адресов в РФ, а также популярных и заблокированных для пользователей из России. Этот репозиторий содержит весь исходный код для процесса фильтрации списка доменов РКН, и регулярные выпуски:
- **V2Fly, Xray**: `geoip.dat`, `geosite.dat`
- **Sing-Box**: `geoip.db`, `geosite.db`+ .srs файлы
@ -10,6 +10,8 @@
- Суммированный список IP-адресов: `ipsum.lst`
- **Публичный BGP сервер**, где используется суммированный список IP-адресов: `165.22.127.207` (AS 65412)
(Для выпуска автоматических билдов используется код следующих репозиториев: [#1](https://github.com/Dunamis4tw/generate-geoip-geosite))
## Пример использования Xray
```json
@ -121,7 +123,7 @@ protocol bgp refilter {
```
---
**Re:filter** is an attempt to create a relevant list of blocked domains and IPs in Russia, along with popular domains that are also blocked for Russian users. This repository contains all the source code for the RKN domain list filtration process, and (TBD: regular) releases of:
**Re:filter** is an attempt to create a relevant list of blocked domains and IPs in Russia, along with popular domains that are also blocked for Russian users. This repository contains all the source code for the RKN domain list filtration process, and regular releases of:
- **V2Fly, Xray**: `geoip.dat`, `geosite.dat`
- **Sing-Box**: `geoip.db`, `geosite.db` + .srs rulesets
@ -129,6 +131,8 @@ protocol bgp refilter {
- Summarized IP list: `ipsum.lst`
- **Public BGP Server** where the summarized IP list is used: `165.22.127.207` (AS 65412)
(The code from the following repositories is used to release automatic builds: [#1](https://github.com/Dunamis4tw/generate-geoip-geosite))
## Xray config example
```json