Skip to content

Instantly share code, notes, and snippets.

@dryliketoast
Created July 22, 2014 07:56
Show Gist options
  • Save dryliketoast/98ed9dc4522374ce8491 to your computer and use it in GitHub Desktop.
Save dryliketoast/98ed9dc4522374ce8491 to your computer and use it in GitHub Desktop.
iptables time based rules
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