Created
July 22, 2014 07:56
-
-
Save dryliketoast/98ed9dc4522374ce8491 to your computer and use it in GitHub Desktop.
iptables time based rules
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iptables -t mangle -A timedredirection -m time --timestart 06:00:00 --timestop 21:00:00 -j RETURN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment