Skip to content

Commit 728ec25

Browse files
authored
: Clarify/format Cloudflare's resolvers (rocky-linux#2385)
1 parent 0335d0b commit 728ec25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/dns/unbound_recursive_dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Replace `192.168.0.0/16` and `2001:db8::/64` with the subnets for which you are
6565

6666
- The `interface` denotes the interfaces (IPv4 or IPv6) on which you want to listen for DNS queries. We are listening on all interfaces with `0.0.0.0` and `::`.
6767
- The `access-control` denotes which subnets (IPv4 or IPv6) you want to allow DNS queries from. We are allowing requests from `192.168.0.0/16` and `2001:db8::/64`.
68-
- The `forward-addr` defines the servers we will forward to. We are forwarding to Cloudflare's 1.1.1.1.
68+
- The `forward-addr` defines the servers we will forward to. We are forwarding to Cloudflare's `1.1.1.1` and `1.0.0.1`.
6969

7070
## Enabling Unbound
7171

0 commit comments

Comments
 (0)