Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mellon85/gandi-dyndns
Gandi.net DynDNS
https://github.com/mellon85/gandi-dyndns
Last synced: 29 days ago
JSON representation
Gandi.net DynDNS
- Host: GitHub
- URL: https://github.com/mellon85/gandi-dyndns
- Owner: mellon85
- License: agpl-3.0
- Created: 2017-11-04T11:51:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T20:09:43.000Z (over 2 years ago)
- Last Synced: 2024-11-09T00:30:09.532Z (3 months ago)
- Language: Go
- Size: 24.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
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.