Skip to content

Tags: mrbuchanan/minidyndns

Tags

v1.1.4

Toggle v1.1.4's commit message
v1.1.4

Server now answers NS queries about itself (reported by SebiTNT).

v1.1.3

Toggle v1.1.3's commit message
v1.1.3

Unknown DNS record types are now printed with their numerical value instead of an empty string (reported by SebiTNT).

v1.1.2

Toggle v1.1.2's commit message
v1.1.2

Names are now matched case insensitive (reported by SebiTNT).
HTTP server can now be disabled via configuration (requested by SebiTNT).

v1.1.1

Toggle v1.1.1's commit message
v1.1.1

The server can now resolve itself by using the name "@" (reported by Chris).

v1.1.0

Toggle v1.1.0's commit message
v1.1.0

Added HTTPS support.
Fixed hanging HTTP connections of stupid routers breaking DNS the server (moved HTTP servers into extra thread and imposed timeout).

v1.0.3

Toggle v1.0.3's commit message
v1.0.3

An empty answer is now returned if we can't find the requested record but the name has other records (RFC 4074 4.2. Return "Name Error").

v1.0.2

Toggle v1.0.2's commit message
v1.0.2

Trying to update records without a password now returns 403 forbidden. They're unchangable.
Errors during HTTP or DNS requests are now logged to stderr.

v1.0.1

Toggle v1.0.1's commit message
v1.0.1

Removed a left over debug output line.

v1.0.0

Toggle v1.0.0's commit message
v1.0.0

Initial release.