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. |
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 | 72 | 11/8/2024 |
1.0.29 | 66 | 11/8/2024 |
1.0.28 | 63 | 11/8/2024 |
1.0.27 | 57 | 11/8/2024 |
1.0.26 | 63 | 11/8/2024 |
1.0.25 | 69 | 11/7/2024 |
1.0.24 | 73 | 11/6/2024 |
1.0.23 | 71 | 11/5/2024 |
1.0.22 | 71 | 11/5/2024 |
1.0.21 | 69 | 11/5/2024 |
1.0.20 | 66 | 11/5/2024 |
1.0.19 | 82 | 10/16/2024 |
1.0.18 | 105 | 9/10/2024 |
1.0.17 | 93 | 9/10/2024 |
1.0.16 | 110 | 7/13/2024 |
1.0.15 | 84 | 7/13/2024 |
1.0.14 | 81 | 7/13/2024 |
1.0.13 | 94 | 7/13/2024 |
1.0.12 | 87 | 7/13/2024 |
1.0.11 | 98 | 7/12/2024 |
1.0.10 | 89 | 7/12/2024 |
1.0.9 | 91 | 7/12/2024 |
1.0.8 | 94 | 7/12/2024 |
1.0.7 | 95 | 7/11/2024 |