mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
8 lines
226 B
Bash
8 lines
226 B
Bash
#!/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
|