mirror of
https://github.com/rekryt/iplist.git
synced 2025-10-12 08:34:15 +03:00
docs: new env SYS_DNS_RESOLVE_CHUNK_SIZE
This commit is contained in:
17
README.en.md
17
README.en.md
@@ -77,14 +77,15 @@ cp .env.example .env
|
||||
|
||||
If needed, edit the `.env` file:
|
||||
|
||||
| property | default value | description |
|
||||
|-----------------------|---------------|----------------------------------------------------------------|
|
||||
| COMPOSE_PROJECT_NAME | iplist | Name of the compose project |
|
||||
| STORAGE_SAVE_INTERVAL | 120 | Cache save interval for whois (seconds) |
|
||||
| SYS_DNS_RESOLVE_DELAY | 100 | Delay between receiving dns records (milliseconds) |
|
||||
| SYS_MEMORY_LIMIT | 1024M | Memory limit |
|
||||
| SYS_TIMEZONE | Europe/Moscow | List of URLs to obtain initial CIDRv4 zones for IPv4 addresses |
|
||||
| DEBUG | true | Determines the logging level |
|
||||
| property | default value | description |
|
||||
|----------------------------|---------------|----------------------------------------------------------------|
|
||||
| COMPOSE_PROJECT_NAME | iplist | Name of the compose project |
|
||||
| STORAGE_SAVE_INTERVAL | 120 | Cache save interval for whois (seconds) |
|
||||
| SYS_DNS_RESOLVE_CHUNK_SIZE | 10 | Chunk size for retrieving DNS records |
|
||||
| SYS_DNS_RESOLVE_DELAY | 100 | Delay between receiving dns records (milliseconds) |
|
||||
| SYS_MEMORY_LIMIT | 1024M | Memory limit |
|
||||
| SYS_TIMEZONE | Europe/Moscow | List of URLs to obtain initial CIDRv4 zones for IPv4 addresses |
|
||||
| DEBUG | true | Determines the logging level |
|
||||
|
||||
You can access the service in your browser via the HTTP protocol on port 8080:
|
||||
```
|
||||
|
Reference in New Issue
Block a user