b10-config.db.in 471 B

12345678910111213141516171819202122
  1. {"version": 2,
  2. "Xfrin": {
  3. "zones": [{
  4. "master_addr": "10.53.0.1",
  5. "master_port": 53210,
  6. "name": "example."
  7. }]
  8. },
  9. "Auth": {
  10. "listen_on": [{
  11. "address": "10.53.0.2",
  12. "port": 53210
  13. }],
  14. "database_file": "@abs_builddir@/zone.sqlite3"
  15. },
  16. "Zonemgr": {
  17. "secondary_zones": [{
  18. "name": "example.",
  19. "class": "IN"
  20. }]
  21. }
  22. }