neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
8 additions and
6 deletions
-
dnsapi/dns_netlify.sh
|
@ -57,6 +57,8 @@ dns_netlify_add() { |
|
|
#Remove the txt record after validation. |
|
|
#Remove the txt record after validation. |
|
|
dns_netlify_rm() { |
|
|
dns_netlify_rm() { |
|
|
_info "Using Netlify" |
|
|
_info "Using Netlify" |
|
|
|
|
|
txtdomain="$1" |
|
|
|
|
|
txt="$2" |
|
|
_debug txtdomain "$txtdomain" |
|
|
_debug txtdomain "$txtdomain" |
|
|
_debug txt "$txt" |
|
|
_debug txt "$txt" |
|
|
|
|
|
|
|
|