fix broken link in webpage (#6488)

Signed-off-by: Masaki Nakano <admin@namachan10777.dev>
This commit is contained in:
Nakano Masaki
2024-03-08 04:24:38 +09:00
committed by GitHub
parent 5556180ac6
commit 62b23aeae6
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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'`.