mirror of
https://github.com/labi-le/nf_conntrack_hello.git
synced 2026-08-22 13:44:05 +03:00
No description
- Rust 81.2%
- Nix 8.2%
- Makefile 6.7%
- Shell 3.9%
| .cargo | ||
| src | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| Makefile | ||
| README.md | ||
| service | ||
| shell.nix | ||
nf_conntrack_hello
Small daemon that periodically reads conntrack -L -p tcp, looks for connections to dport=443 with enough client‑to‑server traffic and small server‑to‑client response, and adds their dst IPs to a given nftables set
Usage:
nf_conntrack_hello <nft_set_name>
Build and push to router
make push-router
init.d service
make push-service