Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 3 and APIv5 rewrite (Live DNS) #18

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 0 additions & 25 deletions README

This file was deleted.

28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Gandi Dyndns v5

Automatically update your IPv4 and/or IPv6 DNS records using [Gandi](https://www.gandi.net/)'s [LiveDNS](https://api.gandi.net/docs/livedns/) API.

This project is a fork of https://github.com/lembregtse/gandi-dyndns mostly rewritten to work with Python 3 and the newer API v5 instead of API v4. Public IP is retrieved through [icanhaz](https://github.com/major/icanhaz).

The development of this tool or myself are in no way involved with Gandi.net

# Requirements

Everything should come with a default Python setup:

* Python 3
* re
* sys
* requests
* optparse

# API Key

Generate your API key from Gandi's [API Key Page](https://www.gandi.net/admin/api_key) in the Security section.

# Usage

```
Usage: gandi-dyndns --api=<APIKEY> --domain=<DOMAIN> --record=<RECORD> [--ipv4] [--ipv6] [--quiet]
Example: gandi-dyndns --api=123ApIkEyFrOmGanDi --domain=example.com --record=www --ipv4
```
5 changes: 0 additions & 5 deletions TODO

This file was deleted.

209 changes: 0 additions & 209 deletions gandi-dyndns

This file was deleted.

Loading