Repos with recipes to deploy some infrastructure services
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
-
- ##
- # PowerDNS Configuration
- ##
-
- pdns_config:
-
- # Turns on master operations
- master: true
-
- # Listen Address
- local-address: "127.0.0.1"
- local-port: "53"
-
- # API Configuration
- api: yes
- api-key: "powerdns"
-
- # Embedded webserver
- webserver: yes
- webserver-address: "0.0.0.0"
- webserver-port: "8001"
-
- pdns_service_overrides:
- LimitCORE: infinity
|