e2f56b8cc8
Flask WebUI behind nginx reverse proxy with zone-based firewall, DHCP, WireGuard, and ACME certificate management.
15 lines
226 B
JSON
15 lines
226 B
JSON
{
|
|
"dhcp": {
|
|
"ranges": [],
|
|
"static_leases": []
|
|
},
|
|
"dns": {
|
|
"upstreams": [
|
|
"8.8.8.8",
|
|
"1.1.1.1"
|
|
],
|
|
"domain": null,
|
|
"custom_records": []
|
|
}
|
|
}
|