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