From: James Taylor Date: Sun, 11 Sep 2016 14:06:48 +0000 (+1000) Subject: Correct typo in backend-pipe.md X-Git-Tag: dnsdist-1.1.0-beta2~128^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4458%2Fhead;p=thirdparty%2Fpdns.git Correct typo in backend-pipe.md The word 'you' was repeated twice. This was brought to my attention after noticing it in a diff. --- 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. `^\.$`