Skip to content

Firegex 2.5.0

Compare
Choose a tag to compare
@domysh domysh released this 18 Feb 16:45
· 101 commits to main since this release
10a9e6b

What's Changed

  • New multithreading system integrated in c++
    Now there is only 1 queue for each service: this thread analyze the packet, and hashing the ip and the port (the kernel with queue balance hash only the ips: this is bad in CTF context due to NAT using) choosing based on this the target thread that should handle the connection. This allows real-"multi threading" and have strong results on multiple connection when the load caused by filtering is not really fast
  • fail-open: exposing the possibility to enable fail-open option of nfqueue on the graphic interface
  • fixed unique constraint on firewall module
  • more RESTful APIs
  • Added the option to edit service settings on nfregex
  • fedora base container
  • start.py now can start different versions of firegex

Pull requests

  • Releasing changes done for nfproxy influncing also nfregex and fixes -> 2.5.0 release by @domysh in #13

Full Changelog: 2.4.0...2.5.0