diff options
author | Kiran Vemula <vemulakiran@gmail.com> | 2023-06-08 15:12:11 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2023-06-16 11:20:15 +0200 |
commit | 5ed91481abea382dc486507556e5cdf0f36b796f (patch) | |
tree | 41ed73ce4557e4c7d7f9d1809c98c7abd44b08d2 /man/resolvectl.xml | |
parent | Merge pull request #23391 from yuwata/meson-bump-required-version (diff) | |
download | systemd-5ed91481abea382dc486507556e5cdf0f36b796f.tar.xz systemd-5ed91481abea382dc486507556e5cdf0f36b796f.zip |
resolved: added serve stale feature implementation of RFC 8767
serve stale feature to keep the DNS resource records beyond TTL to return them as stale records in case of upstream server is not reachable or returns negative response.
SD_RESOLVED_NO_STALE flag has been added to disable serving stale records via dbus.
added serve stale test cases to TEST-75-RESOLVED
Fixes: #21815
Diffstat (limited to 'man/resolvectl.xml')
-rw-r--r-- | man/resolvectl.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/resolvectl.xml b/man/resolvectl.xml index 37a51b4760..ed3918307c 100644 --- a/man/resolvectl.xml +++ b/man/resolvectl.xml @@ -400,6 +400,14 @@ query response are shown. Otherwise, this output is suppressed.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--stale-data=</option><replaceable>BOOL</replaceable></term> + + <listitem><para>Takes a boolean parameter; used in conjunction with <command>query</command>. If true + (the default), lookups are answered with stale data (expired resource records) if + possible. If false, the stale data is not considered for the lookup request.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="json" /> <varlistentry> |