Skip to content

Instantly share code, notes, and snippets.

@cpuschma
Last active September 28, 2023 12:11
Show Gist options
  • Save cpuschma/bc0ef4c7ee8c7fc5938dbf82d86a9d53 to your computer and use it in GitHub Desktop.
Save cpuschma/bc0ef4c7ee8c7fc5938dbf82d86a9d53 to your computer and use it in GitHub Desktop.
# Iptables
iptables -A INPUT -m bpf --bytecode "$(tcpdump -y RAW -ddd icmp | tr '\n' ',' | sed 's/,$//')" -j DROP -m comment --comment "icmp"
# Nftables
# TODO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment