Skip to main content

Dynamic DNS implementation, that relies on DNSimple.com.

Project description

dnsimple-dyndns
===============

Dynamic DNS implementation, that relies on DNSimple.com

This is a simple script that updates (and creates, if needed) an ``A`` domain record for any
``DNSimple.com`` managed domain. It is designed to be run as a hook script right after the
WAN connection.


Usage
-----

```
usage: dnsimple-dyndns [-h] [-v] [-t TTL] [-i IP]
DOMAIN DOMAIN-TOKEN RECORD-NAME

Dynamic DNS implementation, that relies on DNSimple.com.

positional arguments:
DOMAIN domain controlled by DNSimple.com
DOMAIN-TOKEN DNSimple.com domain API key.
RECORD-NAME name of the record to be updated.

optional arguments:
-h, --help show this help message and exit
-v, --version show program's version number and exit
-t TTL, --ttl TTL DNS record TTL, defaults to 60
-i IP, --ip IP IP address, defaults to current external address from
http://icanhazip.com/
```


Running on Gentoo with OpenRC
-----------------------------

To run this script on Gentoo with OpenRC, you should emerge the ``dnsimple-dyndns`` package:

```
# emerge -av dnsimple-dyndns
```

Then add the following function to your ``/etc/conf.d/net`` file (or edit your postup function,
if already exists):

```bash
postup() {
if [[ "${IFACE}" = "enp3s0" ]]; then
einfo "Updated DNS record: $(dnsimple-dyndns example.com your-domain-token home)"
else
einfo "Ignoring interface: ${IFACE}"
fi
}
```

Replace ``enp3s0`` with your WAN interface, ``example.com`` with your DNSimple.com managed domain,
``your-domain-token`` with your DNSimple.com domain token
(see http://developer.dnsimple.com/authentication/#dnsimple-domain-token) and ``home`` with your
desired DNS record name.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dnsimple-dyndns-0.1.tar.gz (4.5 kB view details)

Uploaded Source

File details

Details for the file dnsimple-dyndns-0.1.tar.gz.

File metadata

File hashes

Hashes for dnsimple-dyndns-0.1.tar.gz
Algorithm Hash digest
SHA256 5290db4354f3f015e78d7d689f5c7fe876bb9f073f9a765ed3adc67aae8243d9
MD5 550535f8708b5889b9d6281251ec80d1
BLAKE2b-256 143ad2f2f6011e4f9f6c1bbe604ea39cb9bfdb7e3c615fbeb652750d00944e13

See more details on using hashes here.

Provenance

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page