summaryrefslogtreecommitdiffstats
path: root/archive/scriptlib/cron/traffic.cron
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-08-25 03:49:35 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-08-25 03:49:35 +0200
commitc8c277200169dfadf88dd176e5c056967550e059 (patch)
treeec1a519ef550c2206c7863503627388e343778a3 /archive/scriptlib/cron/traffic.cron
parent5e6c83d51d0f52ecb464f137ad68f0bd1a83f5e4 (diff)
downloadconky-c8c277200169dfadf88dd176e5c056967550e059.tar.gz
conky-c8c277200169dfadf88dd176e5c056967550e059.tar.bz2
conky-c8c277200169dfadf88dd176e5c056967550e059.tar.xz
conky-c8c277200169dfadf88dd176e5c056967550e059.zip
Add remote services
Diffstat (limited to 'archive/scriptlib/cron/traffic.cron')
-rw-r--r--archive/scriptlib/cron/traffic.cron1
1 files changed, 1 insertions, 0 deletions
diff --git a/archive/scriptlib/cron/traffic.cron b/archive/scriptlib/cron/traffic.cron
new file mode 100644
index 0000000..0325d0a
--- /dev/null
+++ b/archive/scriptlib/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