diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-06-15 21:43:36 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-06-21 13:20:47 +0200 |
commit | be371fe03937b6b3c45ee58a96622ff1849b14e4 (patch) | |
tree | 777b565ce14375f230ad8683ea4d05ef19d89072 /man/systemd-resolve.xml | |
parent | a37129796c3f5b932a2cd974f102409e6871e4e3 (diff) |
resolve: add "systemd-resolve --status" command
The new command shows the per-link and global DNS configuration currently in
effect. This is useful to quickly see the DNS settings resolved acquired from
networkd and that was pushed into it via the bus APIs.
Diffstat (limited to 'man/systemd-resolve.xml')
-rw-r--r-- | man/systemd-resolve.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/man/systemd-resolve.xml b/man/systemd-resolve.xml index b917ac20a2..b7fbee3154 100644 --- a/man/systemd-resolve.xml +++ b/man/systemd-resolve.xml @@ -294,8 +294,15 @@ <listitem><para>Flushes all DNS resource record caches the service maintains locally.</para></listitem> </varlistentry> + <varlistentry> + <term><option>--status</option></term> + + <listitem><para>Shows the global and per-link DNS settings in currently in effect.</para></listitem> + </varlistentry> + <xi:include href="standard-options.xml" xpointer="help" /> <xi:include href="standard-options.xml" xpointer="version" /> + <xi:include href="standard-options.xml" xpointer="no-pager" /> </variablelist> </refsect1> |