From 5c5fc025c2f8c69f59eb4f4d093e884d551d55f9 Mon Sep 17 00:00:00 2001 From: Alon Ganon Date: Thu, 30 Jun 2016 09:25:46 -0400 Subject: [PATCH] fixed minor issue had to use new iptables-persistent --- conf/sinokorea | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/sinokorea b/conf/sinokorea index 75ca14d0..549fb173 100644 --- a/conf/sinokorea +++ b/conf/sinokorea @@ -3,5 +3,5 @@ curl http://www.okean.com/antispam/iptables/rc.firewall.sinokorea > /tmp/sinokor chmod +x /tmp/sinokorea.sh source /tmp/sinokorea.sh rm -f /tmp/sinokorea.sh -ipset save > /etc/ipset.up.rules -iptables-save > /etc/iptables.up.rules +/etc/init.d/iptables-persistent save +