Skip to content

Releases: Pwnzer0tt1/firegex

Firegex 2.2.2

29 Sep 06:10
2657428
Compare
Choose a tag to compare

What's new?

  • Added establish connection allow also on forward table (according to the settings)

Full Changelog: v2.2.1...v2.2.2

Firegex 2.2.1 (firewall fix and improve)

28 Sep 21:18
b01441e
Compare
Choose a tag to compare

What's new?

  • Firewall rules changed (Changed nft hooks and prio + FWD table)
  • ICMP option to allow ICMP packets (allowed by default)
  • Allow IP or Interface selection
  • Allow rules on port both for tcp and udp

Full Changelog: v2.2.0...v2.2.1

Firegex 2.2.0

26 Sep 22:04
99e4989
Compare
Choose a tag to compare

2.2.0 Main changes

  • Firewall Implementation In firegex
  • Frontend now use "vite"
  • Now using React Query (+ optimization done on refresh data using websockets)
  • General graphic improvements
  • Backend fixes

Notes

-- rust implementation of nfqueue? Maybe in the future... (could be implmeneted in 2.3.0) --
-- some parts of the future src can be found, but not used yet --

Full Changelog: v2.1.8...v2.2.0

Firegex 2.1.8

04 Jun 21:24
Compare
Choose a tag to compare
  • yarn upgrade
  • switched dockerfile to debian

Firegex 2.1.7

12 Apr 22:13
Compare
Choose a tag to compare
  • sysctl managment: every time firegex starts, will set automatically read net.ipv4.conf.all.forwarding, net.ipv6.conf.all.forwarding, net.ipv4.conf.all.route_localnet and net.ipv4.ip_forward and after write 1 on these sysctl, resetting the old value read when firegex stops. This is mainly useful to allow port hijacking to performe as expected allowing routing
  • start.py improvements on start script
  • npm upgrade

Firegex 2.1.6

04 Jan 09:54
Compare
Choose a tag to compare
  • npm update

Firegex 2.1.5

15 Nov 11:20
5bcc8f2
Compare
Choose a tag to compare
  • Added maturin

Firegex 2.1.4

15 Nov 07:39
b72e725
Compare
Choose a tag to compare
  • Auto pip upgrade in Dockerfile

Firegex 2.1.3

13 Nov 13:58
Compare
Choose a tag to compare
  • npm updates

Firegex 2.1.2

23 Aug 22:15
Compare
Choose a tag to compare
  • Minor fixes in tests
  • start.py: compatibility with Docker Compose v2