mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	Incorporate feedback
- Empty function removed - Placeholder and Maxlength restored - Validation improved - Typo fixed
This commit is contained in:
		| @@ -21,9 +21,19 @@ | ||||
|       "maximum": 65535 | ||||
|     }, | ||||
|     "forwarding_host": { | ||||
|       "type": "string", | ||||
|       "minLength": 1, | ||||
|       "maxLength": 255 | ||||
|       "oneOf": [ | ||||
|         { | ||||
|           "$ref": "../definitions.json#/definitions/domain_name" | ||||
|         }, | ||||
|         { | ||||
|           "type": "string", | ||||
|           "format": "ipv4" | ||||
|         }, | ||||
|         { | ||||
|           "type": "string", | ||||
|           "format": "ipv6" | ||||
|         } | ||||
|       ] | ||||
|     }, | ||||
|     "forwarding_port": { | ||||
|       "type": "integer", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user