再終端執行
sudo iptables -A INPUT -p ICMP --icmp-type timestamp-request -j DROP sudo iptables -A INPUT -p ICMP --icmp-type timestamp-reply -j DROP sudo iptables -A INPUT -p ICMP --icmp-type time-exceeded -j DROP sudo iptables -A OUTPUT -p ICMP --icmp-type time-exceeded -j DROP
查看
測試結果:
參考:https://blog.csdn.net/q1007729991/article/details/72600130
再gitee上下載代碼:
make
測試如下:前后結果對比
###############