Categorygithub.com/amnonbc/clouddynam
modulepackage
1.0.4
Repository: https://github.com/amnonbc/clouddynam.git
Documentation: pkg.go.dev

# README

Clouddynam

Update cloudflare DNS.

Go Go Report Card Go Reference DeepSource

This utility may be useful if you are using Cloudflare as a dydnamic DNS service. The utility will check the current external IP address and then update Cloudflare's DNS to direct traffic to your external IP.

The utility requires a config file:

{
    "Domains": ["yourdomain.com"],
    "ApiKey": "ApiKeyFromCloudFlare"
}

You can run the utility as a cron.

Building

go build

# Structs

No description provided by the author