Skip to content

Tags: arkanis/minidyndns

Tags

v1.3.0

Toggle v1.3.0's commit message
v1.3.0

The database file is no longer saved after each HTTP request but only when a client actually reports a changed IP address (contributed by acrolink).

v1.2.1

Toggle v1.2.1's commit message
v1.2.1

Fixed a server crash when receiving invalid packets that were just 1 or 2 bytes long (reported by acrolink).

v1.2.0

Toggle v1.2.0's commit message
v1.2.0

When the "myip" parameter is omitted in the HTTP interface the records IP is set to the peer IP of the connection (contributed by Chris).

v1.1.5

Toggle v1.1.5's commit message
v1.1.5

Log messages and errors are now written immediatly (flushed) even when the output is redirected (reported by Catscrash).

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").