blob: 9463cd71a5a48e38baba8ed8c0fde63c44abcaa9 (
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
|
{
"address-group": {
"SERVERS": {
"description": "Web servers",
"address": ["192.168.1.10", "192.168.1.11"]
},
"DNS": {
"address": "8.8.8.8"
}
},
"network-group": {
"LAN": {
"network": "192.168.0.0/16"
},
"DMZ": {
"network": ["10.0.0.0/8", "172.16.0.0/12"]
}
},
"port-group": {
"WEB-PORTS": {
"port": ["80", "443"]
}
},
"interface-group": {
"LAN-IFACES": {
"interface": "eth1"
}
},
"ipv6-network-group": {
"IPV6-LAN": {
"network": "2001:db8::/32"
}
}
}
|