mellon85 / gandi-dyndns

Gandi.net DynDNS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gandi DynDNS

To configure the script for your domain to update the Gandi entry just fill it
in with your Gandi key and secret.

```json
{
    "key": "qH3Df29ysxdDaT8p7PWMRV8rVuU75EjHy",
    "domain": "main-domain.eu",
    "subdomain": "subdomain"
}
```

and save it as conf.json
Call the script regularly. It will try to avoid contacting external services as
much as possible.
Subdomain can also be a list of subdomains to set.

About

Gandi.net DynDNS

License:GNU Affero General Public License v3.0


Languages

Language:Go 93.8%Language:Dockerfile 6.2%