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

8 lines
171 B
Plaintext
Executable File

#!/usr/sbin/nft -f
table ip ittl {
chain POSTROUTING {
type filter hook postrouting priority mangle; policy accept;
counter packets 0 bytes 0 # TTL set to 64
}
}