mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
fix broken link in webpage (#6488)
Signed-off-by: Masaki Nakano <admin@namachan10777.dev>
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
## Description
|
## Description
|
||||||
|
|
||||||
CoreDNS supports queries that are encrypted using TLS (DNS over Transport Layer Security, RFC 7858)
|
CoreDNS supports queries that are encrypted using TLS (DNS over Transport Layer Security, RFC 7858)
|
||||||
or are using gRPC (https://grpc.io/, not an IETF standard). Normally DNS traffic isn't encrypted at
|
or are using gRPC (https://grpc.io/ , not an IETF standard). Normally DNS traffic isn't encrypted at
|
||||||
all (DNSSEC only signs resource records).
|
all (DNSSEC only signs resource records).
|
||||||
|
|
||||||
The *tls* "plugin" allows you to configure the cryptographic keys that are needed for both
|
The *tls* "plugin" allows you to configure the cryptographic keys that are needed for both
|
||||||
|
|||||||
@@ -93,7 +93,7 @@ Note that the regex pattern is enclosed in single quotes, and backslashes are es
|
|||||||
|
|
||||||
## Expressions
|
## 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:
|
For example, an expression could look like:
|
||||||
`(type() == 'A' && name() == 'example.com.') || client_ip() == '1.2.3.4'`.
|
`(type() == 'A' && name() == 'example.com.') || client_ip() == '1.2.3.4'`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user