0.1.4 • Published 3 years ago

dandi-dns v0.1.4

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Dandi-DNS

Dynamic IP manager for Gandi

Installation

Run

npm install -g dandi-dns

Usage

dandi-dns ip.json config.json token

If nothing is provided, /etc/dandi-dns/ip.json, /etc/dandi-dns/config.json and /etc/dandi-dns/token are used.

Configuration:

Dandi-DNS uses three config files:

  • /etc/dandi-dns/ip.json where the last recorded IP is stored. Nothing to do here, just ensure your user has write access.
  • /etc/dandi-dns/token Your gandi token, that you can access from https://account.gandi.net/fr/users//security
  • /etc/dandi-dns/config.json: A JSON array, as follow:
[
  {
    "domain": "yourdomain.tld",
    "names": [
      {
        "rrset_name": "yoursubdomain",
        "rrset_types": ["A"]
      }
    ]
  }
]
0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago