From b1efd3736e6e68ab01baf54f83071c62690899b2 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Tue, 13 Jun 2017 00:58:13 +0100 Subject: [PATCH] Doc updates (#708) A somewhat longer living PR to group documentation updates --- middleware.md | 1 + 1 file changed, 1 insertion(+) diff --git a/middleware.md b/middleware.md index 5da1357fd..ee4181c2b 100644 --- a/middleware.md +++ b/middleware.md @@ -140,6 +140,7 @@ repos work just as well. So when do we consider the inclusion of a new middlewar * First, the middleware should be useful for other people. "Useful" is a subjective term. We will probably need to further refine this. +* It should be sufficiently different from other middleware to warrant inclusion. * Current internet standards need be supported: IPv4 and IPv6, so A and AAAA records should be handled (if your middleware is in the business of dealing with address records that is). * It must have tests.