Skip to content

Releases: Programie/PHPDynDNS

3.4.0

08 Oct 09:57
Compare
Choose a tag to compare
  • Use semantic versioning format
  • Build release using GitHub Actions

3.3

01 Oct 19:58
Compare
Choose a tag to compare
3.3

Use PHP 8.1 for Docker image

3.2

01 Oct 19:58
Compare
Choose a tag to compare
3.2

Push image to Docker Hub

3.1

01 Oct 19:58
Compare
Choose a tag to compare
3.1

Build Docker Image with GitLab CI

3.0

11 Jun 16:27
Compare
Choose a tag to compare
3.0

Support for updating IPv4 and IPv6 address in a single request.

Note: This change replaces the ipaddress field in the query string as well as the post_process config option. Use the query parameters myip and myipv6 to specify the IP address. In the post_process command, %ipv4address% and %ipv6address% are now used as placeholders.

2.1

19 Sep 16:42
Compare
Choose a tag to compare
2.1

Added Docker image

2.0

19 Sep 16:41
Compare
Choose a tag to compare
2.0
  • Do not store passwords in plain text (use hash)
  • Changed structure of config.json a bit (see config.sample.json)
  • Added ability to configure arguments passed to nsupdate call
  • Added support for reading client IP from X-Forwarded-For header (requires list of trusted proxy IPs)

1.0

15 Jan 13:00
Compare
Choose a tag to compare
1.0

First release