mirror of
				https://github.com/SquidDev-CC/CC-Tweaked
				synced 2025-10-31 13:42:59 +00:00 
			
		
		
		
	 275ca58a82
			
		
	
	275ca58a82
	
	
	
		
			
			The HTTP filtering system becomes even more complex! Though in this
case, it's pretty minimal, and definitely worth doing.
For instance, the following rule will allow connecting to localhost on
port :8080.
    [[http.rules]]
    host = "127.0.0.1"
    port = 8080
    action = "allow"
    # Other rules as before.
Closes #540