all-knowing-dns 1.7-6 source package in Ubuntu

Changelog

all-knowing-dns (1.7-6) unstable; urgency=medium

  * Team upload.
  * Upload for /usr-move.
  * Declare compliance with Debian Policy 4.7.0.

 -- gregor herrmann <email address hidden>  Wed, 15 May 2024 17:49:18 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
all-knowing-dns_1.7-6.dsc 2.4 KiB de71744b5e4b1eef57fa28601304d103e03cc70f6f749ec1aab38610b2bb12dd
all-knowing-dns_1.7.orig.tar.gz 25.3 KiB 3695a4db511f4eb746617bff013a40a4d2987358b3eb4f9999c7cca90138cc5c
all-knowing-dns_1.7-6.debian.tar.xz 4.6 KiB 911221a80fc80b55e6dce6677c304cef54b1016ecf78df5735824af012db3349

Available diffs

No changes file available.

Binary packages built by this source

all-knowing-dns: tiny DNS server for IPv6 Reverse DNS

 AllKnowingDNS provides reverse DNS for IPv6 networks which use SLAAC
 (autoconf), e.g. for a /64 network.
 .
 The problem with IPv6 reverse DNS and traditional nameservers is that the
 nameserver requires you to provide a zone file. Assuming you want to provide
 RDNS for a /64 network, you have 2**64 = 18446744073709551616 different usable
 IP addresses (a little less if you are using SLAAC). Providing a zone file for
 that, even in a very terse notation, would consume a huge amount of disk space
 and could not possibly be held in the memory of the computers available
 nowadays.
 .
 AllKnowingDNS instead generates PTR and AAAA records on the fly. You only
 configure which network you want to serve and what your entries should look
 like.