feat(dns): specify resolver address and timeout

- `RESOLVER_ADDRESS`
- `RESOLVER_TIMEOUT`
This commit is contained in:
Quentin McGaw
2022-12-07 08:35:07 +00:00
parent 46b1d649f0
commit 3b0fae84e5
10 changed files with 150 additions and 14 deletions

View File

@@ -64,6 +64,8 @@ ENV \
PUBLICIP_DNS_TIMEOUT=3s \
HTTP_TIMEOUT=10s \
DATADIR=/updater/data \
RESOLVER_ADDRESS= \
RESOLVER_TIMEOUT=5s \
# Web UI
LISTENING_PORT=8000 \