kentonh / gPanel

A web-hosting control panel written in Go.
MIT License
80 stars 25 forks source link

Implimented IP filtering addition in account panel #95

Closed george-e-shaw-iv closed 6 years ago

george-e-shaw-iv commented 6 years ago

On the backend I implemented the database struct and methods to handle the addition and listing of filtered IPs. On the front end I provided an easy way to use both of those methods.

References issue #69 as well