Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ascurius/dnschanger

A tool for updating your Domain records at Gandi.net
https://github.com/ascurius/dnschanger

dns dyndns-updater gandi gandi-livedns-updater python python3

Last synced: about 1 month ago
JSON representation

A tool for updating your Domain records at Gandi.net

Awesome Lists containing this project

README

        

# DNSChanger

This tool is used for updating the DNS records of your domain at Gandi.net.

### Available Options

```
updateDNS.py -h
Usage: updateDNS.py [options]

-h, --help show this help message and exit
-k, --key Your Gandi API Key
-d, --domain Your domain you want to update
-i, --ipv6 Enable IPv6 adress
-n, --name Record Name. Default is '@'
-l, --ttl Record TTL. Default is 10800
```

If you would like to add any functionalities, please add a pull request.