Repos with recipes to deploy some infrastructure services
25개 이상의 토픽을 선택하실 수 없습니다.
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
|