mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Implements backend changes to allow more dns challenges
This commit is contained in:
		| @@ -42,11 +42,23 @@ | ||||
|         "letsencrypt_agree": { | ||||
|           "type": "boolean" | ||||
|         }, | ||||
|         "cloudflare_use": { | ||||
|         "dns_challenge": { | ||||
|           "type": "boolean" | ||||
|         }, | ||||
|         "cloudflare_token": { | ||||
|         "dns_provider": { | ||||
|           "type": "string" | ||||
|         }, | ||||
|         "dns_provider_credentials": { | ||||
|           "type": "string" | ||||
|         }, | ||||
|         "propagation_seconds": { | ||||
|           "anyOf": [ | ||||
|             {  | ||||
|               "type": "integer", | ||||
|               "minimum": 0  | ||||
|             } | ||||
|           ] | ||||
|            | ||||
|         } | ||||
|       } | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user