udpquiz
1.0.0
UDPQuiz 是一个 eBPF 程序,运行在 Linux 上,按原样发回所有 udp 数据包。这使其成为测试网络上哪些 udp 端口已被防火墙屏蔽的完美工具。
访问 https://udpquiz.com/ 来尝试一下!
# Replace eth0 with your interface name
export DEVICE=eth0
# Compile and load
make
# Once complete, the filter and qdisc can be removed
make clean