1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"dnsmasq": [
{
".name": "cfg01411c",
".type": "dnsmasq",
".anonymous": true,
"domainneeded": "1",
"localise_queries": "1",
"rebind_protection": "1",
"rebind_localhost": "1",
"local": "/lan/",
"domain": "lan",
"expandhosts": "1",
"cachesize": "1000",
"authoritative": "1",
"readethers": "1",
"leasefile": "/tmp/dhcp.leases",
"resolvfile": "/tmp/resolv.conf.d/resolv.conf.auto",
"localservice": "1",
"ednspacket_max": "1232"
}
]
}
|