mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-21 03:02:09 +00:00
7 lines
191 B
Bash
7 lines
191 B
Bash
#!/bin/bash
|
|
curl http://www.okean.com/antispam/iptables/rc.firewall.china > /tmp/china.sh
|
|
chmod +x /tmp/china.sh
|
|
source /tmp/china.sh
|
|
rm -f /tmp/china.sh
|
|
/etc/init.d/iptables-persistent save
|