mirror of
				https://github.com/linuxserver/docker-swag.git
				synced 2025-10-31 21:17:42 +09:00 
			
		
		
		
	add netcup as a valid dns validation method
This commit is contained in:
		| @@ -92,7 +92,7 @@ if ! grep -q 'PARAMETERS' "/config/nginx/dhparams.pem"; then | ||||
| fi | ||||
|  | ||||
| # check to make sure DNSPLUGIN is selected if dns validation is used | ||||
| [[ "$VALIDATION" = "dns" ]] && [[ ! "$DNSPLUGIN" =~ ^(aliyun|cloudflare|cloudxns|cpanel|digitalocean|dnsimple|dnsmadeeasy|domeneshop|gandi|google|inwx|linode|luadns|nsone|ovh|rfc2136|route53|transip)$ ]] && \ | ||||
| [[ "$VALIDATION" = "dns" ]] && [[ ! "$DNSPLUGIN" =~ ^(aliyun|cloudflare|cloudxns|cpanel|digitalocean|dnsimple|dnsmadeeasy|domeneshop|gandi|google|inwx|linode|luadns|nsone|ovh|rfc2136|route53|transip|netcup|dns-netcup)$ ]] && \ | ||||
|   echo "Please set the DNSPLUGIN variable to a valid plugin name. See docker info for more details." && \ | ||||
|   sleep infinity | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user