fix: make nameservers configurable

This commit is contained in:
Michael Hinz 2026-02-12 15:48:10 +01:00
commit e4735b197e
2 changed files with 4 additions and 4 deletions

View file

@ -4,5 +4,6 @@ DB_PORT=3306
DB_USER=test
DB_PASS=testpass
DB_DB=pdns
NAMESERVERS=localhost:10053
DNS_MASTER=wile
LOG_LEVEL=DEBUG