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

https://github.com/johnweldon/dyn_update

Dynamic DNS updater
https://github.com/johnweldon/dyn_update

cloudflare-ddns cloudflare-dynamic-dns dynamic-dns-updater google-domains-ip-updater opendns zyxel

Last synced: 30 days ago
JSON representation

Dynamic DNS updater

Awesome Lists containing this project

README

          

# dyn_update

Looks up apparent public IP address using OpenDNS and updates dynamic-dns records on Google Domains or Cloudflare depending on environment variables

# Usage

Set environment for Google Domains or CloudFlare.
If both are set then each will be tried until they all succeed or one fails.

## Google Domains

Set these environment variables:

```sh
GD_USERNAME=
GD_PASSWORD=
GD_HOSTNAME=
```

## CloudFlare

Set these environment variables:

```sh
CF_TOKEN=
CF_ZONE_ID=
CF_HOSTNAME=
```