summaryrefslogtreecommitdiffstats
path: root/src/lib/config/tests/testdata/data41_1.data
blob: d309854eaa72da0b716c5f83659cdd5ccf14cb9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
    "zones": {
        "example.org": {
            "queries.tcp": 100,
            "queries.udp": 200
        },
        "example.net": {
            "queries.tcp": 300,
            "queries.udp": 400
        }
    }
}