Here is just a quick update on the fork of EndianCFW to RazWall.
A lot of things are still in the works. I will be cleaning up the files and structures to create the first github upload very soon. I hope people will arrive and assist in this process as things begin to pick up.
Here is the done list:
Dev Unit 1:
Remove EMI and related proprietary code. (remnants remain but are not used)
Replace efw-console I have implemented a very crude Perl based replacement
updated dashboard & overall theme
Added websocket service on Port 4000 on 127.0.0.1
Updated httpd configs and templates for proxy_wstunnel - Web socket gets proxy pass from wss://IP:10443/ws -> ws://127.0.0.1:4000
Step through code and remove all usage and mention of color zones (GREEN,BLUE,ORANGE,RED)
Step through code and replace colored zones with dynamic naming convention
Step through code and convert colored zone rules to named rules (GREEN,BLUE,ORANGE,RED) -> (LAN,WIFI,DMZ,WAN)
Dev unit 2:
Re organize all of the files structures to work primarily out of the /razwall directory
remove all path and mentions of Endian
Here is the to-do list:
Consolidate all the changes from Dev unit 1 and Dev unit 2
Re-work code to expand the DHCP scopes per naming zones
Add a section to create new rule sets so instead of just LAN,WIFI,DMZ,WAN we can add custom rulesets
Figure out a packaging routine
Figure out how to rework the ISO/USB packer routine/build environment
Figure out new setup/installer scripts/programs
I hope to get some volunteers to work on some of these projects, but i know I need to publish the code first!
Here are a few screenshots of my progress:
Dashboard/Theme, Console (simple for now), Zone Setup