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.

config.example.json 407B

123456789101112131415161718192021
  1. {
  2. "database": {
  3. "host": "localhost",
  4. "port": 5432,
  5. "database": "powerdns",
  6. "username": "powerdns",
  7. "password": "password"
  8. },
  9. "dns": {
  10. "domain": "local.example.com",
  11. "reverseDomain": "1.168.192.in-addr.arpa",
  12. "recordTTL": 600,
  13. "wildcard": true
  14. },
  15. "dhcpd": {
  16. "filePath": "/etc/dhcp/dhcpd.conf",
  17. "reloadCommand": "systemctl restart isc-dhcp-server"
  18. }
  19. }