Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 546 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 546 Bytes

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 <api_key>    Your Gandi API Key
 -d, --domain <domain>  Your domain you want to update
 -i, --ipv6             Enable IPv6 adress
 -n, --name <name>      Record Name. Default is '@'
 -l, --ttl <ttl>        Record TTL. Default is 10800

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