mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-13 00:49:36 +03:00
docs: new output formats Dnsmasq nfset and ipset, ClashX, Keenetic KVAS
This commit is contained in:
13
README.en.md
13
README.en.md
@@ -18,6 +18,19 @@ Demo URL: [https://iplist.opencck.org](https://iplist.opencck.org)
|
|||||||
- **PHP 8.1+ (amphp, revolt)**
|
- **PHP 8.1+ (amphp, revolt)**
|
||||||
- **whois, ipcalc (Linux utilities)**
|
- **whois, ipcalc (Linux utilities)**
|
||||||
|
|
||||||
|
# Formats of Output
|
||||||
|
| format | description |
|
||||||
|
|----------|-----------------------|
|
||||||
|
| json | JSON format |
|
||||||
|
| text | Newline-separated |
|
||||||
|
| comma | Comma-separated |
|
||||||
|
| mikrotik | MikroTik Script |
|
||||||
|
| switchy | SwitchyOmega RuleList |
|
||||||
|
| nfset | Dnsmasq nfset |
|
||||||
|
| ipset | Dnsmasq ipset |
|
||||||
|
| clashx | ClashX |
|
||||||
|
| kvas | Keenetic KVAS |
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
Configuration files are stored in the `config` directory. Each JSON file represents a configuration for a specific portal, defining the domains to monitor and the sources of initial data for IP and CIDR.
|
Configuration files are stored in the `config` directory. Each JSON file represents a configuration for a specific portal, defining the domains to monitor and the sources of initial data for IP and CIDR.
|
||||||
|
15
README.md
15
README.md
@@ -1,4 +1,4 @@
|
|||||||
### IP Address Collection and Management Service for Mikrotik RouterOS Script, JSON or Text Format
|
### IP Address Collection and Management Service with multiple formats
|
||||||
For english readme: [README.en.md](README.en.md)
|
For english readme: [README.en.md](README.en.md)
|
||||||
|
|
||||||
Demo URL: [https://iplist.opencck.org](https://iplist.opencck.org)
|
Demo URL: [https://iplist.opencck.org](https://iplist.opencck.org)
|
||||||
@@ -21,6 +21,19 @@ Demo URL: [https://iplist.opencck.org](https://iplist.opencck.org)
|
|||||||
- PHP 8.1+ (amphp, revolt)
|
- PHP 8.1+ (amphp, revolt)
|
||||||
- whois, ipcalc (linux)
|
- whois, ipcalc (linux)
|
||||||
|
|
||||||
|
# Форматы выгрузки
|
||||||
|
| format | description |
|
||||||
|
|----------|--------------------------|
|
||||||
|
| json | JSON формат |
|
||||||
|
| text | Разделение новой строкой |
|
||||||
|
| comma | Разделение запятыми |
|
||||||
|
| mikrotik | MikroTik Script |
|
||||||
|
| switchy | SwitchyOmega RuleList |
|
||||||
|
| nfset | Dnsmasq nfset |
|
||||||
|
| ipset | Dnsmasq ipset |
|
||||||
|
| clashx | ClashX |
|
||||||
|
| kvas | Keenetic KVAS |
|
||||||
|
|
||||||
## Настройки
|
## Настройки
|
||||||
Конфигурационные файлы хранятся в директории `config`. Каждый JSON файл представляет собой конфигурацию для конкретного портала, задавая домены для мониторинга и источники начальных данных по IP и CIDR.
|
Конфигурационные файлы хранятся в директории `config`. Каждый JSON файл представляет собой конфигурацию для конкретного портала, задавая домены для мониторинга и источники начальных данных по IP и CIDR.
|
||||||
```json
|
```json
|
||||||
|
Reference in New Issue
Block a user