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 351B

1234567891011121314
  1. {
  2. "database": {
  3. "host": "localhost",
  4. "port": 5432,
  5. "database": "powerdns",
  6. "username": "powerdns",
  7. "password": "password"
  8. },
  9. "domain": "local.example.com",
  10. "reverseDomain": "1.168.192.in-addr.arpa",
  11. "dhcpdFilePath": "/etc/dhcp/dhcpd.conf",
  12. "dhcpdReloadCommand": "systemctl restart isc-dhcp-server",
  13. "recordTTL": 600
  14. }