feat: ask DNS, and get config from a .env file
This commit is contained in:
parent
f6d23e0f66
commit
c922186b84
4 changed files with 55 additions and 23 deletions
7
.env-example
Normal file
7
.env-example
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ZONES=example.com,test1.no
|
||||
DB_HOST=localhost
|
||||
DB_PORT=3306
|
||||
DB_USER=test
|
||||
DB_PASS=testpass
|
||||
DB_DB=pdns
|
||||
DNS_MASTER=wile
|
||||
Loading…
Add table
Add a link
Reference in a new issue