diff options
Diffstat (limited to 'plugin/rewrite/README.md')
-rw-r--r-- | plugin/rewrite/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/rewrite/README.md b/plugin/rewrite/README.md index 05b3efa6d..c5166fa28 100644 --- a/plugin/rewrite/README.md +++ b/plugin/rewrite/README.md @@ -175,7 +175,7 @@ rewrite [continue|stop] { Note that the above syntax is strict. For response rewrites only `name` rules are allowed to match the question section, and only by match type `regex`. The answer rewrite must be after the name, as ordered in the -syntax example. There must only be two lines (a `name` follwed by an +syntax example. There must only be two lines (a `name` followed by an `answer`) in the brackets, additional rules are not supported. An alternate syntax for the rewrite of DNS request and response is as |