aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/rewrite/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugin/rewrite/README.md b/plugin/rewrite/README.md
index 2856c748a..b432d0ca4 100644
--- a/plugin/rewrite/README.md
+++ b/plugin/rewrite/README.md
@@ -221,6 +221,12 @@ Examples:
rewrite edns0 local set 0xffee {client_ip}
~~~
+The following example rewrites the `schmoogle.com` suffix to `google.com`.
+
+~~~
+rewrite name suffix .schmoogle.com. .google.com.
+~~~
+
The following example uses metadata and an imaginary "some-plugin" that would provide "some-label" as metadata information.
~~~