pf-gui is a web interface for OpenBSDs pf. It's based on the great py-pf (https://github.com/dotpy/py-pf).
pf-gui is licensed under the BSD license (check LICENSE.md)
You need two packages for pf-gui to run:
- flask
- py-pf
Use py-pf from the github repository, thats the one I use for development.
You can install flask via pip:
# pip install flask
First screenshot of the styled version - except many improvements to come