Releases: Pwnzer0tt1/firegex
Releases · Pwnzer0tt1/firegex
Firegex 2.2.2
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)
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
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
- yarn upgrade
- switched dockerfile to debian
Firegex 2.1.7
- 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
- npm update
Firegex 2.1.5
- Added maturin
Firegex 2.1.4
- Auto pip upgrade in Dockerfile
Firegex 2.1.3
- npm updates
Firegex 2.1.2
- Minor fixes in tests
- start.py: compatibility with Docker Compose v2