allow custom configuration for ports and db path
This commit is contained in:
parent
89f93f6a8b
commit
191c6dbdb1
5 changed files with 56 additions and 19 deletions
4
.env.include.example
Normal file
4
.env.include.example
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
DNS_PORT=53
|
||||
API_PORT=8888
|
||||
DB_PATH=./dns_records.db
|
||||
DEFAULT_TTL=300
|
||||
Loading…
Add table
Add a link
Reference in a new issue