Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 3 months ago
JSON representation

Keep a Cloudflare DNS record up to date with the Docker public IP address

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 [email protected] go run cmd/cloudflare-ddns/main.go
```

## Docker

```
docker run -e CF_HOST=xx.yy.com -e CF_API_KEY=xxxxx -e [email protected] 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.