You've already forked directdnsonly
feat: Update dependencies in poetry.lock and pyproject.toml ✨
- Added `certifi` version 2026.1.4 and `charset-normalizer` version 3.4.4 to poetry.lock. - Introduced `idna` version 3.11 to poetry.lock. - Updated `requests` to version 2.32.5 in poetry.lock and added it as a dependency in pyproject.toml. - Updated `urllib3` to version 2.6.3 in poetry.lock. - Added extras for `requests` and `urllib3` in poetry.lock.
This commit is contained in:
@@ -7,6 +7,25 @@ app:
|
||||
auth_username: directdnsonly
|
||||
auth_password: changeme # Override via DADNS_APP_AUTH_PASSWORD env var
|
||||
|
||||
# Reconciliation poller — queries each DA server and removes orphaned zones
|
||||
# Disabled by default. Only touches zones registered via DaDNS (in our DB).
|
||||
# If a DA server is unreachable, that server is skipped entirely.
|
||||
#reconciliation:
|
||||
# enabled: true
|
||||
# interval_minutes: 60
|
||||
# verify_ssl: true # set false for self-signed DA certs
|
||||
# directadmin_servers:
|
||||
# - hostname: da1.example.com
|
||||
# port: 2222
|
||||
# username: admin
|
||||
# password: secret
|
||||
# ssl: true
|
||||
# - hostname: da2.example.com
|
||||
# port: 2222
|
||||
# username: admin
|
||||
# password: secret
|
||||
# ssl: true
|
||||
|
||||
dns:
|
||||
default_backend: bind
|
||||
backends:
|
||||
|
||||
Reference in New Issue
Block a user