bumped version to 1.2 (minor updates)

- updated documentation to reflect the migration to Gitea
 - correctly handle IPv4 or IPv6 addresses to be empty
 - added Remote, IPv4 and IPv6 addresses to the debug output
 - updated links from Gitlab to Gitea
This commit is contained in:
2026-01-02 12:55:17 +01:00
parent 6251bb5603
commit 467384cbf4
3 changed files with 24 additions and 16 deletions

View File

@@ -5,10 +5,10 @@ Perl CGI-BIN script to handle Dynamic DNS updates through HTTP (e.g. from a
router), updating DNS records through secure DNS update statements to run your
own Dynamic DNS Service.
**Version 1.1**, latest version, documentation and bugtracker available on my
[GitLab instance](https://gitlab.lindenaar.net/scripts/dyndns)
**Version 1.2**, latest version, documentation and bugtracker available on my
[Gitea instance](https://gitea.lindenaar.net/scripts/dyndns)
Copyright (c) 2013 - 2019 Frederik Lindenaar. free for distribution under the
Copyright (c) 2013 - 2025 Frederik Lindenaar. free for distribution under the
GNU License, see [below](#license)
@@ -49,17 +49,17 @@ consider using the Apache mod_perl module for highly a volatile domain.
The setup of this solution consists of the following steps:
1. Ensure that the Perl modules CGI and Net::DNS are installed.
* on Debian/Ubuntu linux this can be done with:
* on Debian/Ubuntu linux this can be done with:
~~~
~~~
sudo apt-get install libcgi-pm-perl libnet-dns-perl
~~~
~~~
* or directly from CPAN (assuming that is installed):
* or directly from CPAN (assuming that is installed):
~~~
~~~
cpan CGI Net::DNS
~~~
~~~
2. Install the file `dyndns.pl` either in your cgi-bin directory or in a
separate folder