Author Topic: Github  (Read 183 times)

0 Members and 1 Guest are viewing this topic.

razwall

  • Administrator
  • Newbie
  • *****
  • Posts: 26
    • View Profile
Github
« on: December 10, 2024, 07:16:49 PM »
The code is a mess but I think I will start publishing the work this week. Not sure if it will be usable as is, but if anyone is interested in seeing the mess I created it's on the way! I don't want people to think I have abandoned this project.

razwall

  • Administrator
  • Newbie
  • *****
  • Posts: 26
    • View Profile
Re: Github
« Reply #1 on: December 11, 2024, 04:34:51 PM »
Finally pushed some data to Github. not usable as it sits, but you are welcome to pick it apart.

techdevel2

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Github
« Reply #2 on: December 18, 2024, 10:13:03 AM »
Hi,
I have seen your pushed code on the github. Well, at stage it is difficult to understand because until we install it and test it different features. are you making new .iso image or kind of image which can be install for testing of its features such as custom zone features.

razwall

  • Administrator
  • Newbie
  • *****
  • Posts: 26
    • View Profile
Re: Github
« Reply #3 on: December 18, 2024, 02:16:00 PM »
That is correct. I have been porting the code over to Slackware15 as the base OS. Before you get bent out of shape over my distro selection, let me be forward in saying: Its not easy to find a slim and modern distro that still uses SysV. Most linux distos have switched to Systemd and to save my aching back from additional coding, I choose to keep the SysV init system Endian had originally used as of Endian Community 3.3. Maybe i will rewrite these at a later time for another base OS, but If this project is to ever come to life i had to make a decision that would allow me to move forward while recycling as much code as possible.

Thanks for checking in!

razwall

  • Administrator
  • Newbie
  • *****
  • Posts: 26
    • View Profile
Re: Github
« Reply #4 on: December 18, 2024, 02:24:03 PM »
In addition to the coding nightmare that Endian has made out of the mosh pit of python, perl, shell scripts, and cython. I will most likely remove the bulk of features that are not firewall specific until I can rebuild them individually. I wasn't really sure how I planned to tackle this since its a LOT of moving parts, but I think my road map will look something like this:

Firewall Only- port forwarding, NAT (dNAT/sNAT), Multi-zoned
Firewall/VPN - Add OpenVPN Gw/Client
Firewall/VPN/Proxy - Add Squid
Firewall/VPN/Proxy/Mail Filter - Add Spam Assassin

maybe I will just make packages out of these that can be installed if needed..

razwall

  • Administrator
  • Newbie
  • *****
  • Posts: 26
    • View Profile
Re: Github
« Reply #5 on: December 30, 2024, 02:46:41 PM »
Pushed a bunch more code changes today.
The I have almost everything working on Slackware 15 without python and without EMI

techdevel2

  • Newbie
  • *
  • Posts: 3
    • View Profile
Re: Github
« Reply #6 on: January 11, 2025, 12:46:39 PM »
good work.
thanks