retransfer_slave_notify.conf.orig 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. {
  2. "version": 3,
  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. "request_ixfr": "no"
  33. } ]
  34. },
  35. "Zonemgr": {
  36. "secondary_zones": [ {
  37. "name": "example.org",
  38. "class": "IN"
  39. } ]
  40. },
  41. "Init": {
  42. "components": {
  43. "b10-auth": { "kind": "needed", "special": "auth" },
  44. "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
  45. "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
  46. "b10-stats": { "address": "Stats", "kind": "dispensable" },
  47. "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
  48. }
  49. }
  50. }