| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | linux: iptables: implement SYN/ACK capture on --fake-autottl | dilluti0n | 2026-01-23 | 1 | -0/+19 |
| | | | | | | | - Add mangle/INPUT jump to DPIBREAK - Queue tcp sport 443 SYN/ACK packets (NFQUEUE --queue-bypass) - Cleanup removes INPUT jump as well | ||||
| * | linux: nftables: queue SYN/ACK on --fake-autottl | dilluti0n | 2026-01-23 | 1 | -0/+59 |
| | | | | | - simplify nftables rules by removing DPIBREAK chain | ||||
| * | linux: refactor rules backend into iptables/nftables modules | dilluti0n | 2026-01-23 | 2 | -0/+297 |
| Split iptables and nftables rule management into dedicated modules. Keep linux.rs focused on shared helpers and rule dispatch. (cherry picked from commit 60c0011ca0cf5a463056fca17f2f747e762e19f9) | |||||
