2 个版本
新 0.0.1 | 2024年8月22日 |
---|---|
0.0.0 | 2024年8月19日 |
21 在 #aliyun 排名
131 每月下载量
16KB
311 行
AliDNS
用法
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)
依赖项
~10–23MB
~433K SLoC