Browse Source
Merge pull request #4218 from billgertz/patch-1
Update dns_miab.sh
pull/4225/head
neil
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
dnsapi/dns_miab.sh
|
|
@ -163,6 +163,7 @@ _retrieve_miab_env() { |
|
|
|
_saveaccountconf_mutable MIAB_Username "$MIAB_Username" |
|
|
|
_saveaccountconf_mutable MIAB_Password "$MIAB_Password" |
|
|
|
_saveaccountconf_mutable MIAB_Server "$MIAB_Server" |
|
|
|
return 0 |
|
|
|
} |
|
|
|
|
|
|
|
#Useage: _miab_rest "XKrxpRBosdIKFzxW_CT3KLZNf6q0HG9i01zxXp5CPBs" "custom/_acme-challenge.www.domain.com/txt "POST" |
|
|
|