On changing IPv6 prefixes, even addresses of IPv6 devices keep changing from time to time. This package helps to automate this process.
Download is available from https://www.reichwein.it/download
Installation via Debian's APT mechanism is supported for the following operating systems:/etc/apt/sources.list
:
# For Debian 10 and Raspberry Pi OS: deb http://www.reichwein.it/debian/ stable debian10 # For Ubuntu 20.04: deb http://www.reichwein.it/debian/ stable ubuntu2004 # For Ubuntu 20.10: deb http://www.reichwein.it/debian/ stable ubuntu2010
The package reichwein-keyring
helps apt to control cryptographic trust upon the packages. It can be manually installed from the above sources.
update-dyndns
via the operating system's package mechanism:
# apt-get update # apt-get install update-dyndns
Source code is available at https://www.reichwein.it/download
The git repository can be downloaded via:
$ git clone http://reichwein.it/git/update-dyndns
For Debian-like systems, you can use the following APT configuration. Add the respective line from the following choices to /etc/apt/sources.list
:
# For Debian 10 and Raspberry Pi OS: deb-src http://www.reichwein.it/debian/ stable debian10 # For Ubuntu 20.04: deb-src http://www.reichwein.it/debian/ stable ubuntu2004 # For Ubuntu 20.10: deb-src http://www.reichwein.it/debian/ stable ubuntu2010