mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-30 18:50:53 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			246 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			246 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
 | |
| ipset save > /etc/ipset.up.rules
 | |
| iptables-save > /etc/iptables.up.rules
 |