dandi-dns

0.1.4 • Public • Published

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"]
      }
    ]
  }
]

Readme

Keywords

Package Sidebar

Install

npm i dandi-dns

Weekly Downloads

1

Version

0.1.4

License

ISC

Unpacked Size

6.77 kB

Total Files

16

Last publish

Collaborators

  • entilore