mirror of
				https://github.com/acmesh-official/acme.sh
				synced 2025-11-04 13:55:56 +08:00 
			
		
		
		
	Compare commits
	
		
			3 Commits
		
	
	
		
			dev
			...
			57e4d20969
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					57e4d20969 | ||
| 
						 | 
					5c2fb5006f | ||
| 
						 | 
					b1d1e70a92 | 
@@ -71,7 +71,7 @@ dns_acmedns_add() {
 | 
			
		||||
  data="{\"subdomain\":\"$ACMEDNS_SUBDOMAIN\", \"txt\": \"$txtvalue\"}"
 | 
			
		||||
 | 
			
		||||
  _debug data "$data"
 | 
			
		||||
  response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST")"
 | 
			
		||||
  response="$(_post "$data" "$ACMEDNS_UPDATE_URL" "" "POST" "application/json")"
 | 
			
		||||
  _debug response "$response"
 | 
			
		||||
 | 
			
		||||
  if ! echo "$response" | grep "\"$txtvalue\"" >/dev/null; then
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user