release: version 1.1.9 - Source IP exclusion feature

FEATURE:
- Add exclude_source_ips configuration option
- Support single IPs and CIDR ranges (IPv4/IPv6)
- Filter packets before TLS processing
- New ipfilter package with unit tests
- Log exclusion configuration at startup

Packaging:
- Update RPM spec to version 1.1.9
- Update changelog with feature details

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
This commit is contained in:
toto
2026-03-04 12:02:00 +01:00
parent 432509f8f4
commit 952701d4da
2 changed files with 11 additions and 2 deletions

View File

@ -23,7 +23,7 @@ import (
var (
// Version information (set via ldflags)
Version = "1.1.8"
Version = "1.1.9"
BuildTime = "unknown"
GitCommit = "unknown"
)