secure web UI to manage an OpenBSD router
OgmaProtect is a privilege-separated web interface for managing an OpenBSD
router: interface addresses, bridges and VLANs, PF, static and dynamic routing
(OSPF/BGP), DNS, DHCP, IPsec and WireGuard VPNs, NTP, diagnostics, and text
backup/restore.

The UI is a chrooted Perl CGI (httpd + slowcgi) that talks only to a set of
pledge(2)/unveil(2) confined C daemons over local sockets; the web tier never
touches system configuration directly. Auth data lives in a split SQLite child
process that runs stored statements only.

Licensed under the PolyForm Small Business License 1.0.0 (source-available, not
open-source): free for companies with fewer than 100 people and under USD 1M
revenue; other commercial use needs a license from Wireless Connect Ltd. Copies
may be passed on with the terms attached, but not sublicensed -- each recipient
needs their own license. Full terms install to /etc/ogmaprotect/LICENSE.

Maintainer: OgmaProtect maintainers <michael@onecontact.ie>
