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
- Host: GitHub
- URL: https://github.com/dsully/zoned
- Owner: dsully
- Created: 2019-04-07T23:07:20.000Z (about 7 years ago)
- Default Branch: main
- Last Pushed: 2025-10-01T01:56:31.000Z (9 months ago)
- Last Synced: 2025-10-01T03:38:21.737Z (9 months ago)
- Language: Rust
- Homepage:
- Size: 161 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 = ""
```