mirror of
https://github.com/coredns/coredns.git
synced 2025-11-03 10:43:20 -05:00
Plugin/Rewrite - review documentation of "append" (#1877)
* - ensure description of 'append' match what is encoded. * - fix description based on review comments
This commit is contained in:
committed by
Miek Gieben
parent
177e32b62e
commit
6fbc1f8990
@@ -179,8 +179,8 @@ 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.
|
Using FIELD edns0, you can set, append, or replace specific EDNS0 options on the request.
|
||||||
|
|
||||||
* `replace` will modify any matching (what that means may vary based on EDNS0 type) option with the specified option
|
* `replace` will modify any "matching" option with the specified option. The criteria for "matching" varies based on EDNS0 type.
|
||||||
* `append` will add the option regardless of what options already exist
|
* `append` will add the option only if no matching option exists
|
||||||
* `set` will modify a matching option or add one if none is found
|
* `set` will modify a matching option or add one if none is found
|
||||||
|
|
||||||
Currently supported are `EDNS0_LOCAL`, `EDNS0_NSID` and `EDNS0_SUBNET`.
|
Currently supported are `EDNS0_LOCAL`, `EDNS0_NSID` and `EDNS0_SUBNET`.
|
||||||
|
|||||||
Reference in New Issue
Block a user