https://github.com/arkan/cloudflare-ddns
Keep a Cloudflare DNS record up to date with the Docker public IP address
https://github.com/arkan/cloudflare-ddns
cloudflare dns golang unraid
Last synced: 7 days ago
JSON representation
Keep a Cloudflare DNS record up to date with the Docker public IP address
- Host: GitHub
- URL: https://github.com/arkan/cloudflare-ddns
- Owner: arkan
- License: mit
- Created: 2016-09-11T12:17:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T11:59:44.000Z (about 9 years ago)
- Last Synced: 2025-07-12T14:44:51.803Z (8 months ago)
- Topics: cloudflare, dns, golang, unraid
- Language: Go
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cloudflare-ddns
This small application will keep a Cloudflare DNS record up to date with the Docker public IP address.
## Usage
### Basic
```
CF_HOST=xx.yy.com CF_API_KEY=xxxxx -e CF_API_EMAIL=your@email.com go run cmd/cloudflare-ddns/main.go
```
## Docker
```
docker run -e CF_HOST=xx.yy.com -e CF_API_KEY=xxxxx -e CF_API_EMAIL=your@email.com arkan/cloudflare-ddns:latest
```
## unRAID
You can use my [unraid-templates](https://github.com/arkan/unraid-templates).
#Copyright
Copyright © 2016 Florian Bertholin
See the [LICENSE](./LICENSE) (MIT) file for more details.