Initial commit: SSL proxy / firewall appliance
Flask WebUI behind nginx reverse proxy with zone-based firewall, DHCP, WireGuard, and ACME certificate management.
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"dhcp": {
|
||||
"ranges": [],
|
||||
"static_leases": []
|
||||
},
|
||||
"dns": {
|
||||
"upstreams": [
|
||||
"8.8.8.8",
|
||||
"1.1.1.1"
|
||||
],
|
||||
"domain": null,
|
||||
"custom_records": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user