The word 'you' was repeated twice. This was brought to my attention after noticing it in a diff.
|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. `^\.$`