mirror of
https://github.com/cwchristerw/tjas-infra
synced 2025-08-08 15:24:35 +00:00
Add DNS config
This commit is contained in:
18
files/powerdns/config.conf
Normal file
18
files/powerdns/config.conf
Normal file
@@ -0,0 +1,18 @@
|
||||
local-address=0.0.0.0,::
|
||||
local-port=53
|
||||
default-soa-content=s1.intra.tjas no-reply.intra.tjas 0 10800 3600 604800 3600
|
||||
launch=gmysql
|
||||
gmysql-host=127.0.0.1
|
||||
gmysql-port=3306
|
||||
gmysql-dbname={{ config.mariadb.users['powerdns'].database }}
|
||||
gmysql-user={{ config.mariadb.users['powerdns'].username }}
|
||||
gmysql-password={{ config.mariadb.users['powerdns'].password }}
|
||||
gmysql-dnssec=yes
|
||||
version-string=anonymous
|
||||
enable-lua-records=yes
|
||||
edns-subnet-processing=yes
|
||||
disable-syslog=yes
|
||||
api=yes
|
||||
api-key={{ config.powerdns.apiKey }}
|
||||
webserver-address=0.0.0.0
|
||||
webserver-allow-from=0.0.0.0/0
|
Reference in New Issue
Block a user