Update dns_ddnss.sh
							parent
							
								
									fecc5b09f8
								
							
						
					
					
						commit
						a97e74b2d4
					
				| 
						 | 
				
			
			@ -122,7 +122,7 @@ _ddnss_rest() {
 | 
			
		|||
 | 
			
		||||
  # DDNSS uses GET to update domain info
 | 
			
		||||
  if [ "$method" = "GET" ]; then
 | 
			
		||||
    response="$(_get "$url" | sed :a -e 's/<[^>]*>//g;/</N;//ba' | _tail_n 1 )"
 | 
			
		||||
    response="$(_get "$url" | sed :a -e 's/<[^>]*>//g;/</N;//ba' | _tail_n 1)"
 | 
			
		||||
  else
 | 
			
		||||
    _err "Unsupported method"
 | 
			
		||||
    return 1
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue