2 个版本

0.0.1 2024年8月22日
0.0.0 2024年8月19日

21#aliyun 排名

Download history 131/week @ 2024-08-14

131 每月下载量

MIT/Apache

16KB
311

AliDNS  

ci Latest Version downloads

用法

let dns_client = crate::Client::from_env()?;
let response = dns_client.add_domain_record(domain_name, rr, rr_type, value, line).await?;
println!("Response: {:?}", response);


环境配置

ALI_DNS_ACCESS_KEY_ID=xxx
ALI_DNS_ACCESS_KEY_SECRET=xxx

方法

  • query_domain_records(domain_name)
  • add_domain_record(domain_name, rr, rr_type, value, Option)
  • update_domain_record(record_id, rr, rr_type, value, Option)
  • delete_domain_record(record_id)

官方文档: https://api.aliyun.com/document/Alidns/2015-01-09/AddDomainRecord?spm=a2c4g.11186623.0.0.50a63261yDDaNE&updateTime=2023-10-11

依赖项

~10–23MB
~433K SLoC