Find a file
2025-10-12 20:57:09 +02:00
.github/workflows feat: specify PNPM version in workflow and package.json 2025-10-12 20:04:25 +02:00
.vscode feat: implement WebSocket logging interface with React frontend 2025-10-12 19:25:04 +02:00
src feat: update NFQ worker to use shared channel and improve error handling 2025-10-12 20:57:09 +02:00
.gitignore feat: Implement logging system and enhance error handling across modules 2025-08-09 19:16:27 +02:00
LICENSE Initial commit 2025-08-07 12:15:59 +02:00
makefile feat: update NFQ worker to use shared channel and improve error handling 2025-10-12 20:57:09 +02:00
readme.md fix: Update README to correct command for watching iptables 2025-10-07 21:47:43 +02:00

build local:

make build_local linux arm64 ~/router/opt/share/b4

watch iptables:

watch -n1 'cat /proc/net/netfilter/nfnetlink_queue; iptables -t mangle -vnL'