Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions distribution/dnsconfd.conf.5
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,16 @@ Available attributes of servers are:
\(bu \fBport\fP optional, port on which server is listening. If not given then 53 is used for plain protocol and 853 for DoT
\(bu \fBrouting_domains\fP optional, domains whose resolution should be performed through this server
\(bu \fBsearch_domains\fP optional, domains that should be used for host-name lookup
\(bu \dnssec\fP optional, boolean indicating whether this server supports dnssec or not
\(bu \networks\fP optional, networks whose reverse dns records must be resolved by this server
\(bu \fBdnssec\fP optional, boolean indicating whether this server supports dnssec or not
\(bu \fBnetworks\fP optional, networks whose reverse dns records must be resolved by this server

Examples:

Enabling one global server using DNS over TLS

static_servers:
- address: 192.168.6.3
protocol: "DoT"
protocol: "dns+tls"
name: named

Enabling one server for specific domain and second for everything else
Expand All @@ -92,4 +92,4 @@ Please for reporting bugs use Github repository https://github.com/Infrastructur

.SH COPYRIGHT

Copyright (c) 2023 Red Hat, Inc.
Copyright (c) 2023 Red Hat, Inc.