-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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>" | ||
``` |