Commit bea71f34 authored by mrbaiwei's avatar mrbaiwei
Browse files

Update dns_west_cn.sh


Signed-off-by: default avatarmrbaiwei <mrbaiwei@gmail.com>
parent eb99803b
...@@ -72,7 +72,7 @@ add_record() { ...@@ -72,7 +72,7 @@ add_record() {
_info "Adding 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 return 1
fi fi
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment