mirror of
https://git.proxmox.com/git/mirror_acme.sh
synced 2025-04-28 22:53:53 +00:00
Update dns_west_cn.sh
Signed-off-by: mrbaiwei <mrbaiwei@gmail.com>
This commit is contained in:
parent
eb99803b53
commit
bea71f3411
@ -72,7 +72,7 @@ add_record() {
|
||||
|
||||
_info "Adding record"
|
||||
|
||||
if ! _rest POST "domain/dns/" "act=dnsrec.add&username=$WEST_Username&apikey=$WEST_Key&domain=$fulldomain&hostname=$fulldomain&record_type=TXT&value=$txtvalue"; then
|
||||
if ! _rest POST "domain/dns/" "act=dnsrec.add&username=$WEST_Username&apikey=$WEST_Key&domain=$fulldomain&hostname=$fulldomain&record_type=TXT&record_value=$txtvalue"; then
|
||||
return 1
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user