33 lines
		
	
	
		
			645 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			645 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Scrapbook of firewall rules to restrict connections only
 | 
						|
# to official servers.
 | 
						|
 | 
						|
# Clear outging rules
 | 
						|
acl from_sta clear
 | 
						|
 | 
						|
# Allow outgoing connections to specified IP
 | 
						|
acl from_sta IP any 185.43.124.6 allow
 | 
						|
 | 
						|
# Allow outgoing DNS requests
 | 
						|
acl from_sta UDP any any any 53 allow
 | 
						|
 | 
						|
# Deny everything else
 | 
						|
acl from_sta IP any any deny
 | 
						|
 | 
						|
# Streetpass relay whitelist
 | 
						|
# From https://github.com/Pinchie/RaspiPass/blob/master/raspi_secure/iptables.sh
 | 
						|
52.43.174.40
 | 
						|
104.70.153.178
 | 
						|
104.74.48.110
 | 
						|
23.7.18.146
 | 
						|
23.7.24.35
 | 
						|
52.11.210.152
 | 
						|
52.25.179.65
 | 
						|
52.89.56.205
 | 
						|
54.148.137.96
 | 
						|
54.218.98.74
 | 
						|
54.218.99.79
 | 
						|
54.244.22.201
 | 
						|
69.25.139.140
 | 
						|
192.195.204.216
 | 
						|
52.10.249.207
 |