Skip to content

fallingrust/AliyunSDK.DNS

Repository files navigation

AliyunSDK.DNS

Stars Contributors Forks Issues MIT License MIT License

关于

阿里云DNS SDK,支持AOT

使用

var option = new Option()
{
  EndPoint="https://alidns.cn-hangzhou.aliyuncs.com",
  KeyId = "ALIYUN_KEY_ID",
  KeySecret = "ALIYUN_KEY_SECRET"
};
AliyunDNS.Configure(option);
var response = await AliyunDNS.DescribeDomainRecordsAsync("domain");

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages