Commit 610bdc09 authored by Chris O'Haver's avatar Chris O'Haver Committed by GitHub

Add suffix example to docs (#2049)

parent ed85986e
......@@ -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.
~~~
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment