ddns-cloudflare 1.0.10

There is a newer version of this package available.
See the version list below for details.
dotnet add package ddns-cloudflare --version 1.0.10                
NuGet\Install-Package ddns-cloudflare -Version 1.0.10                
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.10" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ddns-cloudflare --version 1.0.10                
#r "nuget: ddns-cloudflare, 1.0.10"                
#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.10

// Install ddns-cloudflare as a Cake Tool
#tool nuget:?package=ddns-cloudflare&version=1.0.10                

ddns-cloudflare

Cloudflare Dynamic DNS client implementations

Usage

dotnet ddns-cloudflare

Configuration file sample (ddns-cloudflare.json)

{
  "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 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.

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.16 78 7/13/2024
1.0.15 61 7/13/2024
1.0.14 58 7/13/2024
1.0.13 70 7/13/2024
1.0.12 62 7/13/2024
1.0.11 74 7/12/2024
1.0.10 66 7/12/2024
1.0.9 68 7/12/2024
1.0.8 71 7/12/2024
1.0.7 72 7/11/2024