Kids are forbidden to watch TV after school (by quqi99)
Posted quqi99
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Kids are forbidden to watch TV after school (by quqi99)相关的知识,希望对你有一定的参考价值。
作者:张华 发表于:2022-03-30
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本版权声明
( http://blog.csdn.net/quqi99 )
iptables -I FORWARD -s 192.168.2.210 -m time --timestart 17:00 --timestop 22:00 --kerneltz -j DROP
iptables -I FORWARD -s 192.168.2.210 -m time --timestart 17:00 --timestop 22:00 --kerneltz -p udp --dport 53 -j DROP
tcpdump -l -i br-lan "((arp or icmp) or (udp and port 53 and host 192.168.2.53))"
以上是关于Kids are forbidden to watch TV after school (by quqi99)的主要内容,如果未能解决你的问题,请参考以下文章