Skip to main content

Update DNS records with your current external IP address using the netcup DNS API.

Project description

netcup-dns

Update DNS A/AAAA records with your current external IP address using the netcup DNS API.

Installation

Install release from PyPI (https://pypi.org/project/netcup-dns/):

pip install netcup-dns

Install release from TestPyPI (https://test.pypi.org/project/netcup-dns/):

pip install -i https://test.pypi.org/simple/ netcup-dns

Build and install on Arch Linux:

make

Build and install with pip:

make install-pip

Configuration

For each netcup customer, create a .json configuration file inside /etc/netcup-dpns.

There is an example configuration.

Usage

usage: netcup-dns [-h] [--config-directory CFG_DIR]
                  [--cache-directory CACHE_DIR]
                  [--cache-validity-seconds CACHE_VALIDITY_SECONDS]

Update DNS A/AAAA records with your current external IP address using the
netcup DNS API.

options:
  -h, --help            show this help message and exit
  --config-directory CFG_DIR
                        Path to directory where `.json` config files reside.
  --cache-directory CACHE_DIR
                        Path to cache directory. Retrieved and updated DNS
                        records are cached there.
  --cache-validity-seconds CACHE_VALIDITY_SECONDS
                        Value in seconds for how long cached DNS records are
                        valid. Set to `0` to disable caching.

TODOs

API backend:

Alternative external IP detection:

def external_ip_upnp():
    """
    https://stackoverflow.com/a/41385033

    Didn't work for me. Even after double checking fritz.box settings:

    fritz.box > Heimnetz > Netzwerk > Statusinformationen über UPnP übertragen
    """
    import miniupnpc
    u = miniupnpc.UPnP()
    u.discoverdelay = 1000
    u.discover()
    u.selectigd()
    print('external ip address: {}'.format(u.externalipaddress()))

Project details


Download files

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

Source Distribution

netcup-dns-0.2.0.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

netcup_dns-0.2.0-py3-none-any.whl (7.9 kB view details)

Uploaded Python 3

File details

Details for the file netcup-dns-0.2.0.tar.gz.

File metadata

  • Download URL: netcup-dns-0.2.0.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for netcup-dns-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b5928f7b4dad1eb4de972c37d0142c261759a660ec820674aebe1a834787b678
MD5 8493c52c3898d74007fe41697653f62d
BLAKE2b-256 ac5814ebcfae88c122eed4f67378389a34f3e20bc63616cb83944a6777fb7fc3

See more details on using hashes here.

File details

Details for the file netcup_dns-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: netcup_dns-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 7.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for netcup_dns-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5a65b66761c9ce143cd628500a2cdf258a9249ef8762ae82417408cab012e0d3
MD5 f7326671653b8b67301511b8615acffa
BLAKE2b-256 8bd3e0d3b33604a16d27f5ed16229fb2fd912cf912c7316e2e4a75d63ad3de32

See more details on using hashes here.

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