Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ascurius/dnschanger
- Owner: Ascurius
- License: gpl-3.0
- Created: 2022-01-04T22:55:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-17T16:28:07.000Z (almost 3 years ago)
- Last Synced: 2024-10-14T15:09:18.166Z (3 months ago)
- Topics: dns, dyndns-updater, gandi, gandi-livedns-updater, python, python3
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.