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