mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 00:04:15 -04:00
fix broken link in webpage (#6488)
Signed-off-by: Masaki Nakano <admin@namachan10777.dev>
This commit is contained in:
@@ -93,7 +93,7 @@ Note that the regex pattern is enclosed in single quotes, and backslashes are es
|
||||
|
||||
## Expressions
|
||||
|
||||
To evaluate expressions, *view* uses the antonmedv/expr package (https://github.com/antonmedv/expr).
|
||||
To evaluate expressions, *view* uses the antonmedv/expr package ( https://github.com/antonmedv/expr ).
|
||||
For example, an expression could look like:
|
||||
`(type() == 'A' && name() == 'example.com.') || client_ip() == '1.2.3.4'`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user