diff options
Diffstat (limited to 'remote/cron/traffic.cron')
-rw-r--r-- | remote/cron/traffic.cron | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remote/cron/traffic.cron b/remote/cron/traffic.cron new file mode 100644 index 0000000..0325d0a --- /dev/null +++ b/remote/cron/traffic.cron @@ -0,0 +1 @@ +0 0 * * 1 root /sbin/iptables -Z traffic_in; /sbin/iptables -Z traffic_out; /sbin/iptables -Z traffic_forward |