retransfer_slave_notify.conf.orig 1.2 KB

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