mirror of
https://github.com/qdm12/ddns-updater.git
synced 2026-04-05 00:43:53 -04:00
feat(dns): specify resolver address and timeout
- `RESOLVER_ADDRESS` - `RESOLVER_TIMEOUT`
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user