dnspod 1.2.0
dotnet tool install --global dnspod --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dnspod --version 1.2.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dnspod&version=1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dnspod --version 1.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
DNSPod4NETCore2
DNSPod API For NETCore 2.x;.Net Core 3;.Net 5;.Net 6
支持 Asp .Net Core DI
移植自:https://gitee.com/zhengwei804/DNSPodForNET
DNSPod4NETCore2.Cli
配上一个Cli的例子,可用于修改域名记录,使用 .net core global tools 实现
支持.Net 6;.Net 7;.Net 8
自Cli 1.2.0版本起,使用腾讯云API 3.0,不再使用旧版接口。
可通过下面命令安装获取
dotnet tool install -g dnspod
使用
dnspod [option]
参数表
- -t,--Token : API Token.格式:[api_id],[api_token]
- -d,--DomainName : 域名.如:lishewen.com
- -r,--RecordId : RecordId.不输入则通过Record.List接口查询返回,多一次请求
- -v,--Value : 记录值.
- -s,--SubDomain : 子域名.如:www
- --type : 记录类型.如:A、TXT等。不输入则默认为A记录
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.