| 25 | From the website we quote freely: |
| 26 | |
| 27 | === web interface === |
| 28 | One of the features of the 'generic proxy' is a web interface for easy of administration. |
| 29 | |
| 30 | The functionality present in the 'generic proxy' appliance overlaps with existing applications such as [http://www.pfsense.org pfSense] and m0n0wall. These are distributed under the BSD open-source license. The implementation of the Generic Proxy appliance is based upon these proven concepts and techniques. |
| 31 | Upon looking through the back end code of pfsense and monowall it was concluded that using these directly or adding to these would harm maintainability of the code in the long run. Both pfsense and monowall, albeit being working solutions, have not structured their code such that it is easy to remove from, or add to, the base functionality. |
| 32 | |
| 33 | With that in mind the decision has been made to merely use pfsense as a baseline on how to get specific tasks done, while attempting to set up a structured and easily maintained version. This is not intended to be a fork or competitor to pfsense or monowall, as only a subset of their features is implemented. But we do strive to set up the system so that the code can be re-used easily. |
| 34 | |