From 9a218818853a7134547855cfdb02d09c2aa9f812 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 27 Feb 2017 20:29:05 +0100 Subject: [PATCH] escape markdown formatting chars --- docs/markdown/authoritative/backend-pipe.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/markdown/authoritative/backend-pipe.md b/docs/markdown/authoritative/backend-pipe.md index e8e7ea43ac..242fea6ef6 100644 --- a/docs/markdown/authoritative/backend-pipe.md +++ b/docs/markdown/authoritative/backend-pipe.md @@ -118,12 +118,13 @@ You can ignore it unless you want to support `AXFR`. Note that for the SOA query that precedes an AXFR, edns-subnet is always set to 0.0.0.0/0. **Note**: Queries for wildcard names should be answered literally, without expansion. -So, if a backend gets a question for "*.powerdns.com", it should only answer with data if there is an actual "*.powerdns.com" name. +So, if a backend gets a question for "\*.powerdns.com", it should only answer with data if there is an actual "\*.powerdns.com" name. **Note**: In some (broken) network setups, the `remote-ip-address` and/or `local-ip-address`, when it is an IPv6 address, may be suffixed with a `%` and the name of the network interface (e.g. `%eth1`). Keep this in mind when checking the IP addresses. + ## `AXFR`: List an entire zone AXFR-queries look like this: -- 2.47.2