Skip to main content

Gandi dynamic ip updater.

Project description

Gandyndns

What is Gandyndns?

Gandidyndns is a dynamic IP updater based on Gandi LiveAPI. It can handle IPv4 and IPv6 although care should taken for IPv6 if you use dynamic/temporary addresses.

How does it work?

Well, read the code, it's pretty simple :] In short, it does the following for each domain that has to be updated:

  1. Retrieve current address(es) from http://whatip.me For each type of each record of each domain from the configuration:
  2. Retrieve current record from gandi
  3. If both records match, current record is up to date!
  4. If not, we upgrade gandi with current record informations Done.

How to install it?

python3 setup.py install

If you do not plan to share it among different users, you can (and maybe should) install it in your own user site-package directory with:

python3 setup.py install --user

You can also install it in a virtualenv.

How to use it?

Configuration file is written in json format.

Basic configuration

{
    "domains": {
        "example.com": {
            "apikey": "d41d8cd98f00b204e9800998ecf8427e",
            "records" : {
                "test": {
                    "A": {
                        "rrset_values":["{remote_addr}"]
                    }
                }
            }
        }
    }
}

You can either have different config files or have multiple domains in the same config file, as you wish.

Basic usage

$ gandyndns /path/to/gandyndns.conf

Gandyndns does not need any priviledge besides internet access to run, so avoid running it as root.

Cheers

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Gandyndns-0.4.tar.gz (4.0 kB view details)

Uploaded Source

File details

Details for the file Gandyndns-0.4.tar.gz.

File metadata

  • Download URL: Gandyndns-0.4.tar.gz
  • Upload date:
  • Size: 4.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.6.9

File hashes

Hashes for Gandyndns-0.4.tar.gz
Algorithm Hash digest
SHA256 f44644a9e250e1c2bb3df319abc4c392f85334d56370d92c8bc9b3f9972a0ba1
MD5 459151bccb2540d2ca39049e6e08470c
BLAKE2b-256 16e7a54f460993a980889caf111cb1392a57d7a489e163af2e78a13ac02409f7

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page