docs: updates in README files

This commit is contained in:
Rekryt
2024-10-16 10:01:22 +03:00
parent 40eb0b3792
commit ff703812ee
2 changed files with 11 additions and 11 deletions

View File

@@ -63,16 +63,16 @@ Configuration files are stored in the `config/<group>/<site>.json`. Each JSON fi
}
}
```
| property | type | description |
|----------|----------|--------------------------------------------------------------|
| domains | string[] | List of portal domains |
| dns | string[] | List of DNS servers for updating IP addresses |
| timeout | int | Time interval between domain IP address updates (seconds) |
| ip4 | string[] | Initial list of IPv4 addresses |
| ip6 | string[] | Initial list of IPv6 addresses |
| cidr4 | string[] | Initial list of CIDRv4 zones of IPv4 addresses |
| cidr6 | string[] | Initial list of CIDRv6 zones of IPv6 addresses |
| external | object | Lists of URLs to retrieve initial data from external sources |
| property | type | description |
|----------|----------|-----------------------------------------------------------|
| domains | string[] | List of portal domains |
| dns | string[] | List of DNS servers for updating IP addresses |
| timeout | int | Time interval between domain IP address updates (seconds) |
| ip4 | string[] | Initial list of IPv4 addresses |
| ip6 | string[] | Initial list of IPv6 addresses |
| cidr4 | string[] | Initial list of CIDRv4 zones of IPv4 addresses |
| cidr6 | string[] | Initial list of CIDRv6 zones of IPv6 addresses |
| external | object | Lists of URLs to retrieve data from external sources |
| property | type | description |
|----------|----------|--------------------------------------------------------------|

View File

@@ -74,7 +74,7 @@ Demo URL: [https://iplist.opencck.org](https://iplist.opencck.org)
| ip6 | string[] | Начальный список ipv6 адресов |
| cidr4 | string[] | Начальный список CIDRv4 зон ipv4 адресов |
| cidr6 | string[] | Начальный список CIDRv6 зон ipv6 адресов |
| external | object | Списки URL для получения начальных данных от сторонних источников |
| external | object | Списки URL для получения данных от сторонних источников |
| свойство | тип | описание |
|----------|----------|-----------------------------------------------------|