https://github.com/arkdevuk/cloudflare-dynamic-dns
Auto update DNS record with dynamic IP using CloudFlare DNS and CloudFlare API
https://github.com/arkdevuk/cloudflare-dynamic-dns
Last synced: 7 months ago
JSON representation
Auto update DNS record with dynamic IP using CloudFlare DNS and CloudFlare API
- Host: GitHub
- URL: https://github.com/arkdevuk/cloudflare-dynamic-dns
- Owner: arkdevuk
- Created: 2025-01-15T20:52:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-15T20:54:14.000Z (about 1 year ago)
- Last Synced: 2025-03-06T08:57:54.290Z (11 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Auto update DNS record with dynamic IP
Auto update DNS record with dynamic IP with CloudFlare API
## Usage with docker
Deploy the container with the following configuration
```yaml
services:
agent:
image: arkdevuk/cloudflare-dynamic-dns:latest
restart: always
environment:
- CLOUDFLARE_API_KEY=your_api_key
- ZONE_ID=your_zone_id
- DOMAIN=test.domain.com
```