1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-13 17:17:23 +01:00

added dialog and blocks for korea as well as China

This commit is contained in:
ChiefGyk
2016-06-29 14:45:36 -04:00
parent 1437f7c891
commit c563970355
7 changed files with 77 additions and 35 deletions

7
conf/korea Normal file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
curl http://www.okean.com/antispam/iptables/rc.firewall.korea > /tmp/korea.sh
chmod +x /tmp/korea.sh
source /tmp/korea.sh
rm -f /tmp/korea.sh
ipset save > /etc/ipset.up.rules
iptables-save > /etc/iptables.up.rules