26 lines
614 B
Plaintext
26 lines
614 B
Plaintext
|
{
|
||
|
"Dhcp4": {
|
||
|
"interfaces-config": {
|
||
|
"interfaces": [ "jailnat_dhcp" ]
|
||
|
},
|
||
|
"subnet4": [
|
||
|
{
|
||
|
"subnet": "10.215.1.0/24",
|
||
|
"pools": [ { "pool": "10.215.1.10-10.215.1.250" } ],
|
||
|
"option-data": [
|
||
|
{
|
||
|
"name": "routers",
|
||
|
"data": "10.215.1.1"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"option-data": [
|
||
|
{
|
||
|
"name": "domain-name-servers",
|
||
|
"data": "10.215.1.1"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|