1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "Xfrin": {
- "zones": [
- {
- "class": "IN",
- "name": "example.com.",
- "master_addr": "178.18.82.80"
- }
- ]
- },
- "version": 3,
- "Logging": {
- "loggers":
- [
- {
- "debuglevel": 99,
- "severity": "DEBUG",
- "output_options": [
- {
- "output": "stderr",
- "flush": true
- }
- ],
- "name": "*"
- }
- ]
- },
- "Auth": {
- "database_file": "data/ixfr-out/zones.sqlite3",
- "listen_on": [
- {
- "port": 47806,
- "address": "::"
- },
- {
- "port": 47806,
- "address": "0.0.0.0"
- }
- ]
- },
- "data_sources": {
- "classes": {
- "IN": [
- {
- "type": "sqlite3",
- "params": {
- "database_file": "data/ixfr-out/zones.sqlite3"
- }
- }
- ]
- }
- },
- "Init": {
- "components": {
- "b10-auth": { "kind": "needed", "special": "auth" },
- "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
- "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
- "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
- "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
- }
- }
- }
|