summaryrefslogtreecommitdiffstats
path: root/tests/lettuce/configurations/xfrin/retransfer_master.conf.orig
blob: d7ea9a56e2e4a9b17b3584f5db701d6d85750967 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
    "version": 3,
    "Logging": {
        "loggers": [ {
            "debuglevel": 99,
            "severity": "DEBUG",
            "name": "*"
        } ]
    },
    "Auth": {
        "database_file": "data/example.org.sqlite3",
        "listen_on": [ {
            "address": "::1",
            "port": 47807
        } ]
    },
    "data_sources": {
        "classes": {
            "IN": [{
                "type": "sqlite3",
                "params": {
                    "database_file": "data/example.org.sqlite3"
                }
            }]
        }
    },
    "Xfrout": {
        "zone_config": [ {
            "origin": "example.org"
        } ],
        "also_notify": [ {
            "address": "::1",
            "port": 47806
        } ]
    },
    "Init": {
        "components": {
            "b10-auth": { "kind": "needed", "special": "auth" },
            "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
            "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
            "b10-stats": { "address": "Stats", "kind": "dispensable" },
            "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
        }
    }
}