Find a file
2025-10-13 23:10:25 +02:00
.github/workflows feat: specify PNPM version in workflow and package.json 2025-10-12 20:04:25 +02:00
.vscode feat(ui): enhance UI components and add new features 2025-10-13 22:57:14 +02:00
src refactor(ui): remove unused settings options and update UI to indicate development status 2025-10-13 23:10:25 +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 fix: update build_local message and comment out RevertSysctls in ClearRules 2025-10-13 22:06:25 +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'