mirror of
https://github.com/coredns/coredns.git
synced 2025-11-21 19:32:21 -05:00
fix: reverter should execute the reversion in reversed order (#6872)
Signed-off-by: Jason Joo <hblzxsj@gmail.com>
This commit is contained in:
@@ -51,6 +51,7 @@ will behave as follows:
|
||||
|
||||
* `continue` will continue applying the next rule in the rule list.
|
||||
* `stop` will consider the current rule the last rule and will not continue. The default behaviour is `stop`
|
||||
* When multiple rules are matched, the request rewrite follows the line order in the configuration, while the response rewrite(`answer` option) is executed in reverse order.
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user