diff options
Diffstat (limited to '')
-rw-r--r-- | man/coredns-rewrite.7 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/coredns-rewrite.7 b/man/coredns-rewrite.7 index 8750e87c3..14c7ec497 100644 --- a/man/coredns-rewrite.7 +++ b/man/coredns-rewrite.7 @@ -258,10 +258,10 @@ rewrite [continue|stop] name regex STRING STRING answer name STRING STRING Using FIELD edns0, you can set, append, or replace specific EDNS0 options on the request\. . .IP "\(bu" 4 -\fBreplace\fR will modify any matching (what that means may vary based on EDNS0 type) option with the specified option +\fBreplace\fR will modify any "matching" option with the specified option\. The criteria for "matching" varies based on EDNS0 type\. . .IP "\(bu" 4 -\fBappend\fR will add the option regardless of what options already exist +\fBappend\fR will add the option only if no matching option exists . .IP "\(bu" 4 \fBset\fR will modify a matching option or add one if none is found |