testset1-config.db 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "Xfrin": {
  3. "zones": [
  4. {
  5. "class": "IN",
  6. "name": "example.com.",
  7. "master_addr": "178.18.82.80"
  8. }
  9. ]
  10. },
  11. "version": 3,
  12. "Logging": {
  13. "loggers":
  14. [
  15. {
  16. "debuglevel": 99,
  17. "severity": "DEBUG",
  18. "output_options": [
  19. {
  20. "output": "stderr",
  21. "flush": true
  22. }
  23. ],
  24. "name": "*"
  25. }
  26. ]
  27. },
  28. "Auth": {
  29. "database_file": "data/ixfr-out/zones.sqlite3",
  30. "listen_on": [
  31. {
  32. "port": 47806,
  33. "address": "::"
  34. },
  35. {
  36. "port": 47806,
  37. "address": "0.0.0.0"
  38. }
  39. ]
  40. },
  41. "data_sources": {
  42. "classes": {
  43. "IN": [
  44. {
  45. "type": "sqlite3",
  46. "params": {
  47. "database_file": "data/ixfr-out/zones.sqlite3"
  48. }
  49. }
  50. ]
  51. }
  52. },
  53. "Init": {
  54. "components": {
  55. "b10-auth": { "kind": "needed", "special": "auth" },
  56. "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
  57. "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
  58. "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
  59. "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
  60. }
  61. }
  62. }