Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
dsully committed Mar 6, 2024
1 parent 3bb2848 commit 4971d64
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# 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 = "<cloudflare api token>"
zoneid = "<cloudflare dns zone id>"
hostname = "<hostname to publish records to>"
```

0 comments on commit 4971d64

Please sign in to comment.