summaryrefslogtreecommitdiff
path: root/keama/tests/zone4.out
blob: 68ba3eb35ccea0e48f12974709bd4e86edec7fc5 (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
46
47
{
  # zone executable statement construct
  # authoritative is mandatory
  "Dhcp4": {
    "valid-lifetime": 1800
//  # a zone
//  "statement": {
//    "zone": {
//      "name": "example.com.",
//      "primary": [
//        "10.5.5.1",
//        "10.5.5.2"
//      ],
//      "secondary": [
//        "10.10.10.1"
//      ],
//      "primary6": [
//        "2001::1",
//        "2001::2"
//      ],
//      "secondary6": [
//        "2002::1"
//      ],
//      "key": "mykey"
//    }
//  }
//  # a key;
//  "statement": {
//    "tsig-keys": [
//      {
//        "name": "mykey",
//        "algorithm": "hmac-md5.SIG-ALG.REG.INT.",
//        "secret": "InHgN5hAa9m7eCkkPCrVBsLpmKhfWZ3L9+X8pLkg/uM="
//      }
//    ]
//  }
//  # another key (with bind 8 semi-colon)
//  "statement": {
//    "tsig-keys": [
//      {
//        "name": "example.com",
//        "algorithm": "aes-gmac.dreams."
//      }
//    ]
//  }
  }
}