mirror of
				https://github.com/mail-in-a-box/mailinabox.git
				synced 2025-10-30 18:50:53 +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
 | |
| /etc/init.d/iptables-persistent save
 | |
| 
 |