Dyn Gandi Versions Save

Use Gandi LiveDNS API to update DNS records with a dynamic IP.

v1.0.6

3 weeks ago

Replaced the deprecated API Key by a Personal Access Token (PAT).

The PAT can be generated via https://account.gandi.net/en/users//security or the Gandi Dashboard : Organizations > Manage > Create a token. Since the duration of a PAT is of at most a year, I recommend creating a repeating alarm in a calendar to be sure to renew the it before it is revoked.

More information at :

What's Changed

New Contributors

Full Changelog: https://github.com/Danamir/dyn-gandi/compare/v1.0.5...v1.0.6

v1.0.5a

2 years ago

Allow the update of PTR record for a domain if a @ entry is found.

  • Added an option update_ptr (default false) in config.ini to enable/disable PTR updates.
  • Added an argument --force to the CLI to force the DNS update even if the IP address is unchanged.

v1.0.4

2 years ago

Using the tldextract package to support more second-level domains when detecting subdomain part.

v1.0.3

2 years ago

Updated the LiveDNS API URL and authorization method to reflect the merge to the REST API from gandi.

Cf. the note on the old documentation :

There will be no future developments on this API, as we are merging to our new REST api endpoint, which is documented at https://api.gandi.net/docs/livedns/

v1.0.2

4 years ago

Added a special case for .co.uk domains before sub-domain handle.

v1.0.1

4 years ago

Automatically remove the subdomain part of the domain configuration if needed, as LiveDNS API does not support a subdomain presence in their requests.

v1.0

5 years ago

First official release, with a correct installation procedure. The virtual environment one is preferred.