From 04945ef76db325992a46840c32ca7d4f5ae2d6e8 Mon Sep 17 00:00:00 2001 From: James Taylor Date: Mon, 12 Sep 2016 00:06:48 +1000 Subject: [PATCH] Correct typo in backend-pipe.md The word 'you' was repeated twice. This was brought to my attention after noticing it in a diff. --- docs/markdown/authoritative/backend-pipe.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/backend-pipe.md b/docs/markdown/authoritative/backend-pipe.md index b80958d49e..b90e7079bc 100644 --- a/docs/markdown/authoritative/backend-pipe.md +++ b/docs/markdown/authoritative/backend-pipe.md @@ -67,7 +67,7 @@ If this time is ever exceeded, the backend is declared dead and a new process is |Type|String (a regex)| If set, only questions matching this regular expression are even sent to the backend. -This makes sure that most of PowerDNS does not slow down if you you deploy a slow backend. +This makes sure that most of PowerDNS does not slow down if you deploy a slow backend. A query for 'www.powerdns.com' would be presented to the regex as 'www.powerdns.com', a matching regex would be `^www\.powerdns\.com$`. **Note**: to match the root domain, use a dot, e.g. `^\.$` -- 2.47.2