release: version 1.1.6 - Add local IP filtering and SLL support
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
Some checks failed
Build RPM Package / Build RPM Packages (CentOS 7, Rocky 8/9/10) (push) Has been cancelled
Features: - Add local_ips configuration option for filtering traffic to local machine - Auto-detection of local IP addresses (excludes loopback 127.x.x.x, ::1) - Support interface 'any' for capturing on all network interfaces - Add Linux SLL (cooked capture) support for interface 'any' - Generate BPF filter with 'dst host' for local IP filtering - Add LinkType field to RawPacket for proper packet parsing Testing: - Add unit tests for local IP detection (detectLocalIPs, extractIP) - Add unit tests for SLL packet parsing (IPv4 and IPv6) - Update capture tests for new packetToRawPacket method Configuration: - Update config.yml.example with local_ips documentation - Update RPM spec to version 1.1.6 with changelog Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com> Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
%if %{defined build_version}
|
||||
%define spec_version %{build_version}
|
||||
%else
|
||||
%define spec_version 1.1.5
|
||||
%define spec_version 1.1.6
|
||||
%endif
|
||||
|
||||
Name: ja4sentinel
|
||||
@ -178,6 +178,19 @@ fi
|
||||
- Set TimeoutStopSec=2 for immediate service stop on restart/stop
|
||||
- Consolidate config files into single example (config.yml.example)
|
||||
|
||||
%changelog
|
||||
|
||||
* Wed Mar 04 2026 Jacquin Antoine <rpm@arkel.fr> - 1.1.6-1
|
||||
- FEATURE: Add support for capturing traffic to local machine IPs only
|
||||
- Add local_ips configuration option (auto-detect or manual list)
|
||||
- Auto-detection excludes loopback addresses (127.x.x.x, ::1)
|
||||
- Support interface "any" for capturing on all network interfaces
|
||||
- Add Linux SLL (cooked capture) support for interface "any"
|
||||
- Generate BPF filter with "dst host" for local IP filtering
|
||||
- Add LinkType field to RawPacket for proper packet parsing
|
||||
- Add unit tests for local IP detection and SLL packet parsing
|
||||
- Update version to 1.1.6
|
||||
|
||||
* Sat Feb 28 2026 Jacquin Antoine <rpm@arkel.fr> - 1.0.4-1
|
||||
- Add systemd sdnotify support (READY, WATCHDOG, STOPPING signals)
|
||||
- Enable systemd watchdog with 30s timeout
|
||||
|
||||
Reference in New Issue
Block a user