X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=man%2Fresolved.conf.xml;h=d37bf0d3ad658d313ab18fae337d94d4b8e091db;hb=6e866b331d7cd4a5e0759dd160dea6edabd3678e;hp=c36c303abc2987b8414030784e1d98d29f2ad46a;hpb=b012e92123bdc9fa10c2f079ec5bd9313b23e21a;p=systemd.git diff --git a/man/resolved.conf.xml b/man/resolved.conf.xml index c36c303ab..d37bf0d3a 100644 --- a/man/resolved.conf.xml +++ b/man/resolved.conf.xml @@ -1,4 +1,4 @@ - + @@ -91,7 +91,7 @@ Takes a boolean argument or resolve. Controls Link-Local Multicast Name Resolution support (RFC 4794) on + url="https://tools.ietf.org/html/rfc4795">RFC 4795) on the local host. If true, enables full LLMNR responder and resolver support. If false, disables both. If set to resolve, only resolution support is enabled, @@ -189,7 +189,7 @@ domains (TLDs) that are not known by the DNS root server. This logic does not work in all private zone setups. - Defaults to off. + Defaults to allow-downgrade @@ -227,10 +227,10 @@ Cache= - Takes a boolean argument. If "yes" (the default), resolving a domain name which already got - queried earlier will return the previous result as long as it is still valid, and thus does not result in a new - network request. Be aware that turning off caching comes at a performance penalty, which is particularly - high when DNSSEC is used. + Takes a boolean argument. If yes (the default), resolving a domain name + which already got queried earlier will return the previous result as long as it is still valid, and thus does + not result in a new network request. Be aware that turning off caching comes at a performance penalty, which + is particularly high when DNSSEC is used. Note that caching is turned off implicitly if the configured DNS server is on a host-local IP address (such as 127.0.0.1 or ::1), in order to avoid duplicate local caching. @@ -239,15 +239,22 @@ DNSStubListener= Takes a boolean argument or one of udp and tcp. If - udp (the default), a DNS stub resolver will listen for UDP requests on address 127.0.0.53 + udp, a DNS stub resolver will listen for UDP requests on address 127.0.0.53 port 53. If tcp, the stub will listen for TCP requests on the same address and port. If - yes, the stub listens for both UDP and TCP requests. If no, the stub + yes (the default), the stub listens for both UDP and TCP requests. If no, the stub listener is disabled. Note that the DNS stub listener is turned off implicitly when its listening address and port are already in use. + + ReadEtcHosts= + Takes a boolean argument. If yes (the default), the DNS stub resolver will read + /etc/hosts, and try to resolve hosts or address by using the entries in the file before + sending query to DNS servers. + +