An open API service indexing awesome lists of open source software.

https://github.com/dsully/zoned

Cloudflare DNS Updater w/IPv6
https://github.com/dsully/zoned

Last synced: 5 months ago
JSON representation

Cloudflare DNS Updater w/IPv6

Awesome Lists containing this project

README

          

# Update Cloudflare DNS with IPv6 addresses

## Installation

```shell
brew install dsully/tap/zoned
```

Or from source:

```shell
cargo install --git https://github.com/dsully/zoned
```

## Configuration

A configuration file needs to be created in $XDG_CONFIG_HOME/zoned/config.toml

Example:

```toml
token = ""
zoneid = ""
hostname = ""
```