0.1.4 • Published 4 years ago
dandi-dns v0.1.4
Dandi-DNS
Dynamic IP manager for Gandi
Installation
Run
npm install -g dandi-dnsUsage
dandi-dns ip.json config.json tokenIf 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.jsonwhere the last recorded IP is stored. Nothing to do here, just ensure your user has write access./etc/dandi-dns/tokenYour 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"]
}
]
}
]