op-packages/luci-app-school/root/usr/share/school/iac.rules
github-actions[bot] 32600acc60 🌴 Sync 2026-03-05 23:51:42
2026-03-05 23:51:42 +08:00

8 lines
267 B
Plaintext
Executable File

#!/usr/sbin/nft -f
table ip iac {
chain FORWARD {
type filter hook forward priority filter; policy accept;
meta l4proto tcp tcp sport 80 tcp flags & (ack) == ack # STRING match " src=\"http://1.1.1." ALGO name bm TO 65535 counter packets 0 bytes 0 drop
}
}