iptables -vL proxynight
Chain proxynight (0 references) pkts bytes target prot opt in out source destination 0 0 tcp -- any any 192.168.0.5 192.168.0.1 TIME from 02:00:00 to 07:59:59 tcp dpt:squid
Где я туплю?
inb4
iptables -v -A proxynight -s 123.45.67.89 -d 98.76.54.32 -m time --timestart 00:00 --timestop 01:59:59 -p tcp --dport 3128 service iptables restart