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 |
|----------|----------|--------------------------------------------------------------|