ddns-cloudflare
1.0.30
dotnet add package ddns-cloudflare --version 1.0.30
NuGet\Install-Package ddns-cloudflare -Version 1.0.30
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ddns-cloudflare" Version="1.0.30" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ddns-cloudflare --version 1.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: ddns-cloudflare, 1.0.30"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ddns-cloudflare as a Cake Addin #addin nuget:?package=ddns-cloudflare&version=1.0.30 // Install ddns-cloudflare as a Cake Tool #tool nuget:?package=ddns-cloudflare&version=1.0.30
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
ddns-cloudflare
Cloudflare Dynamic DNS client implementations
Build
dotnet ddns-cloudflare
Use Cases
- ddns.service : as background service
- ddns.client : one time execution (can be used in a cron job)
Configuration file sample
{
"cloudflare": [
{
"authentication": {
"api_token": "your-api-token-for-cloudflare",
"api_secret": {
"account_email": "your-email-account-for-cloudflare",
"api_key": "your-api-key-for-cloudflare"
}
},
"zone_id": "your-zone-id-of-a-domain (you can find it in the cloudflare dashboard)",
"subdomains": [
{
"name": "api",
"proxied": true
},
{
"name": "app",
"proxied": true
},
{
"name": "www",
"proxied": true
}
...
...
]
}
],
"a": true, // update A records (IPv4)
"aaaa": false, // update AAAA records (IPv6)
"purgeUnknownRecords": false,
"ttl": "Auto"
}
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net8.0
- Microsoft.AspNetCore.Hosting.WindowsServices (>= 8.0.10)
- Microsoft.Extensions.Configuration (>= 8.0.0)
- Microsoft.Extensions.Configuration.Binder (>= 8.0.2)
- Microsoft.Extensions.Configuration.FileExtensions (>= 8.0.1)
- Microsoft.Extensions.Configuration.Json (>= 8.0.1)
- System.Text.Json (>= 8.0.5)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
1.0.30 | 102 | 11/8/2024 |
1.0.29 | 85 | 11/8/2024 |
1.0.28 | 85 | 11/8/2024 |
1.0.27 | 78 | 11/8/2024 |
1.0.26 | 80 | 11/8/2024 |
1.0.25 | 92 | 11/7/2024 |
1.0.24 | 96 | 11/6/2024 |
1.0.23 | 89 | 11/5/2024 |
1.0.22 | 90 | 11/5/2024 |
1.0.21 | 87 | 11/5/2024 |
1.0.20 | 83 | 11/5/2024 |
1.0.19 | 93 | 10/16/2024 |
1.0.18 | 118 | 9/10/2024 |
1.0.17 | 101 | 9/10/2024 |
1.0.16 | 120 | 7/13/2024 |
1.0.15 | 94 | 7/13/2024 |
1.0.14 | 91 | 7/13/2024 |
1.0.13 | 104 | 7/13/2024 |
1.0.12 | 99 | 7/13/2024 |
1.0.11 | 108 | 7/12/2024 |
1.0.10 | 100 | 7/12/2024 |
1.0.9 | 101 | 7/12/2024 |
1.0.8 | 104 | 7/12/2024 |
1.0.7 | 107 | 7/11/2024 |