allow custom configuration for ports and db path

This commit is contained in:
jc 2025-12-31 10:48:02 -05:00
commit 191c6dbdb1
5 changed files with 56 additions and 19 deletions

4
.env.include.example Normal file
View file

@ -0,0 +1,4 @@
DNS_PORT=53
API_PORT=8888
DB_PATH=./dns_records.db
DEFAULT_TTL=300