Files
vacuum-wall/data/dnsmasq/config.json.example
T
mteehan e2f56b8cc8 Initial commit: SSL proxy / firewall appliance
Flask WebUI behind nginx reverse proxy with zone-based firewall, DHCP,
WireGuard, and ACME certificate management.
2026-05-07 22:24:24 +00:00

15 lines
226 B
JSON

{
"dhcp": {
"ranges": [],
"static_leases": []
},
"dns": {
"upstreams": [
"8.8.8.8",
"1.1.1.1"
],
"domain": null,
"custom_records": []
}
}