cfddns

command module
v0.0.0-...-49619a7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 13, 2018 License: ISC Imports: 8 Imported by: 0

README

cfddns

A dynamic DNS updater for Cloudflare

Installation

  • go build
  • Create an A record in Cloudflare for your subdomain, point it anywhere

Usage

cfddns -key=<key> -email=<email> -domain=test.dev -subdomain=remote.test.dev
where:

key: Cloudflare API Key

email: Cloudflare E-Mail address

domain: The root domain (zone) in Cloudflare

subdomain: The name for the DNS record in Cloudflare

optionally:

httpbin: In the format httpbin=https://httpbin.org/ip, this should point to your own running instance of httpbin.org's docker package.

Or, a custom API that returns:

{
    "origin": "0.0.0.0"
}

set that up on in Cron or Windows Task Scheduler

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL