14 lines
422 B
Plaintext
14 lines
422 B
Plaintext
# PowerDNS Server Konfiguration
|
|
PDNS_PORT=53
|
|
PDNS_DB_NAME=powerdns
|
|
PDNS_DB_PASSWORD=secure_pdns_password
|
|
PDNS_API_KEY=secure_api_key_change_me
|
|
PDNS_WEBSERVER_PORT=8081
|
|
PDNS_WEBSERVER_PASSWORD=secure_webserver_password
|
|
PDNS_DEFAULT_TTL=1500
|
|
|
|
# PowerDNS Admin Konfiguration
|
|
PDNS_ADMIN_PORT=8080
|
|
PDNS_ADMIN_DB_NAME=powerdnsadmin
|
|
PDNS_ADMIN_DB_PASSWORD=secure_pdns_admin_password
|
|
PDNS_ADMIN_SALT=$2b$12$DCzILDEfKfpieQRKd9U6Q. |