aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGravatar coredns[bot] <bot@bot.coredns.io> 2022-01-11 10:34:21 +0000
committerGravatar coredns[bot] <bot@bot.coredns.io> 2022-01-11 10:34:21 +0000
commit1c4e8eb75dbe28c04801280ecd84c07d6ad33049 (patch)
tree43a4ea2f30fd63246bb07661959adcc6a5afdecd /plugin
parent6b537effda2c612b2bdbbd4a91bae231e9267e4c (diff)
downloadcoredns-1c4e8eb75dbe28c04801280ecd84c07d6ad33049.tar.gz
coredns-1c4e8eb75dbe28c04801280ecd84c07d6ad33049.tar.zst
coredns-1c4e8eb75dbe28c04801280ecd84c07d6ad33049.zip
auto remove trailing whitespaces
Signed-off-by: coredns[bot] <bot@bot.coredns.io>
Diffstat (limited to 'plugin')
-rw-r--r--plugin/dns64/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/dns64/README.md b/plugin/dns64/README.md
index c3f4d9680..797557485 100644
--- a/plugin/dns64/README.md
+++ b/plugin/dns64/README.md
@@ -72,9 +72,9 @@ Enable translation even if an existing AAAA record is present.
}
~~~
-Apply translation even to the requests which arrived over IPv4 network. Warning, the `allow_ipv4` feature will apply
+Apply translation even to the requests which arrived over IPv4 network. Warning, the `allow_ipv4` feature will apply
translations to requests coming from dual-stack clients. This means that a request for a client that sends an `AAAA`
-that would normal result in an `NXDOMAIN` would get a translated result.
+that would normal result in an `NXDOMAIN` would get a translated result.
This may cause unwanted IPv6 dns64 traffic when a dualstack client would normally use the result of an `A` record request.
~~~ corefile