mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 03:25:11 +01:00 
			
		
		
		
	* Add reverse proxy configuration support for remote IP address validation * Trust all IP addresses in containerized environments by default * Use single option to specify networks and proxy IP addresses. By default trust all loopback IPs Co-authored-by: techknowlogick <techknowlogick@gitea.io>
		
			
				
	
	
		
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Modula-2
		
	
	
	
		
			Vendored
		
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			130 B
		
	
	
	
		
			Modula-2
		
	
	
	
		
			Vendored
		
	
	
	
| module github.com/chi-middleware/proxy
 | |
| 
 | |
| go 1.14
 | |
| 
 | |
| require (
 | |
| 	github.com/go-chi/chi/v5 v5.0.1
 | |
| 	github.com/stretchr/testify v1.7.0
 | |
| )
 |