chiark / gitweb /
dnserr
7 years agoconfig.m4: Fix the nameservers following network renumbering. master
Mark Wooding [Fri, 1 Jul 2016 22:56:33 +0000 (23:56 +0100)]
config.m4: Fix the nameservers following network renumbering.

7 years agoconfig.m4, *.in: Centralize the zone serial in the config.
Mark Wooding [Fri, 1 Jul 2016 22:56:03 +0000 (23:56 +0100)]
config.m4, *.in: Centralize the zone serial in the config.

Really I ought to arrange to update it automatically.

7 years agodummy.in: Fix tabs in the SOA record.
Mark Wooding [Fri, 1 Jul 2016 22:55:42 +0000 (23:55 +0100)]
dummy.in: Fix tabs in the SOA record.

7 years agolocal.mk: Local installation rules.
Mark Wooding [Fri, 1 Jul 2016 22:54:18 +0000 (23:54 +0100)]
local.mk: Local installation rules.

7 years agoMakefile: Make the dummy zones depend on the configuration.
Mark Wooding [Fri, 1 Jul 2016 22:53:47 +0000 (23:53 +0100)]
Makefile: Make the dummy zones depend on the configuration.

7 years agoMakefile: Include local makefile fragment, e.g., to deploy the zones.
Mark Wooding [Fri, 1 Jul 2016 22:53:18 +0000 (23:53 +0100)]
Makefile: Include local makefile fragment, e.g., to deploy the zones.

9 years agoutils.m4, config.m4: Add AAAA glue records for nameservers.
Mark Wooding [Wed, 14 May 2014 00:02:33 +0000 (01:02 +0100)]
utils.m4, config.m4: Add AAAA glue records for nameservers.

9 years agodnserr.in: Add a record with v6-mapped AAAA records.
Mark Wooding [Sun, 4 May 2014 11:52:28 +0000 (12:52 +0100)]
dnserr.in: Add a record with v6-mapped AAAA records.

Don't do this at home.  Remember, dnserr is a zone which mostly
consists of /mistakes/.

9 years agoMakefile: Fix one-based indexing properly.
Mark Wooding [Sun, 4 May 2014 10:55:36 +0000 (11:55 +0100)]
Makefile: Fix one-based indexing properly.

9 years agoMakefile: Fix signature corruption: awk indexes strings from 1.
Mark Wooding [Sun, 4 May 2014 10:33:31 +0000 (11:33 +0100)]
Makefile: Fix signature corruption: awk indexes strings from 1.

Silly people.

9 years agodnserr.in, utils.m4: IPv6 address for blackhole.
Mark Wooding [Sun, 4 May 2014 10:33:12 +0000 (11:33 +0100)]
dnserr.in, utils.m4: IPv6 address for blackhole.

9 years agoconfig.m4: Update the nameservers to match the delegation.
Mark Wooding [Sun, 4 May 2014 09:58:33 +0000 (10:58 +0100)]
config.m4: Update the nameservers to match the delegation.

9 years agodnserr.in: New SOA record.
Mark Wooding [Sun, 4 May 2014 09:51:51 +0000 (10:51 +0100)]
dnserr.in: New SOA record.

9 years agodnserr.in: Some more interesting general records.
Mark Wooding [Sun, 4 May 2014 09:50:56 +0000 (10:50 +0100)]
dnserr.in: Some more interesting general records.

Add AAAA records for the hosts; multiple addresses for some hosts, and
some alternative MX and SRV entries.

9 years agodnserr.in: IPv6 records for the invalid signature entries.
Mark Wooding [Sun, 4 May 2014 09:46:28 +0000 (10:46 +0100)]
dnserr.in: IPv6 records for the invalid signature entries.

9 years agoMakefile: Match A and AAAA records, for IPv6ness.
Mark Wooding [Sun, 4 May 2014 09:45:18 +0000 (10:45 +0100)]
Makefile: Match A and AAAA records, for IPv6ness.

9 years agoMakefile: Better signature corruption.
Mark Wooding [Sun, 4 May 2014 09:44:59 +0000 (10:44 +0100)]
Makefile: Better signature corruption.

Just twiddle the case of one letter in the signature.

9 years agoMakefile: Only include one copy of the old signatures.
Mark Wooding [Sun, 4 May 2014 09:44:25 +0000 (10:44 +0100)]
Makefile: Only include one copy of the old signatures.

If OLDSIGMATCH matches multiple records then we'd previously include
multiple copies.

9 years agoMakefile: Some tidying.
Mark Wooding [Sun, 4 May 2014 09:39:45 +0000 (10:39 +0100)]
Makefile: Some tidying.

9 years agoMakefile: Generate keys using /dev/urandom.
Mark Wooding [Sun, 4 May 2014 09:38:59 +0000 (10:38 +0100)]
Makefile: Generate keys using /dev/urandom.

We don't really need security for this zone anyway.

9 years ago.gitignore: Why wasn't this here before?
Mark Wooding [Sun, 4 May 2014 09:38:22 +0000 (10:38 +0100)]
.gitignore: Why wasn't this here before?

11 years agoMakefile: Shorter validity period for signatures.
Mark Wooding [Sat, 8 Dec 2012 00:47:16 +0000 (00:47 +0000)]
Makefile: Shorter validity period for signatures.

Otherwise `ldns-read-zone' buggers things up because it has an
overflow error.

11 years agoApply correct prefixing to cname-srv.
Mark Wooding [Thu, 6 Sep 2012 18:54:52 +0000 (19:54 +0100)]
Apply correct prefixing to cname-srv.

Sneakily trim a spurious blank line too.

12 years agoInitial version. Very rough, particularly the build system.
Mark Wooding [Sat, 31 Mar 2012 20:39:50 +0000 (21:39 +0100)]
Initial version.  Very rough, particularly the build system.