retransfer_slave_notify.conf 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "version": 2,
  3. "Logging": {
  4. "loggers": [ {
  5. "debuglevel": 99,
  6. "severity": "DEBUG",
  7. "name": "*"
  8. } ]
  9. },
  10. "Auth": {
  11. "database_file": "data/xfrin-notify.sqlite3",
  12. "listen_on": [ {
  13. "address": "::1",
  14. "port": 47806
  15. } ]
  16. },
  17. "data_sources": {
  18. "classes": {
  19. "IN": [{
  20. "type": "sqlite3",
  21. "params": {
  22. "database_file": "data/xfrin-notify.sqlite3"
  23. }
  24. }]
  25. }
  26. },
  27. "Xfrin": {
  28. "zones": [ {
  29. "name": "example.org",
  30. "master_addr": "::1",
  31. "master_port": 47807
  32. } ]
  33. },
  34. "Zonemgr": {
  35. "secondary_zones": [ {
  36. "name": "example.org",
  37. "class": "IN"
  38. } ]
  39. },
  40. "Boss": {
  41. "components": {
  42. "b10-auth": { "kind": "needed", "special": "auth" },
  43. "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
  44. "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
  45. "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
  46. }
  47. }
  48. }