réplica de
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-09-12 00:18:59 +02:00
7 líneas
191 B
Bash
7 líneas
191 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
|
|
invoke-rc.d iptables-persistent save
|