johnmaguire / dn-cf-dns

Create Cloudflare DNS records for your Defined Networking hosts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dn-cf-dns

A script to create and delete Cloudflare DNS records pointing to Defined Networking Managed Nebula nodes.

Development

To build the tool, run make bin. This will create a dn-cf-dns binary in the root directory.

To run tests, run make test.

Usage

Copy examples/config.toml to config.toml and fill in the values, then run ./dn-cf-dns to create the DNS records.

About

Create Cloudflare DNS records for your Defined Networking hosts


Languages

Language:Go 97.7%Language:Makefile 2.3%