mirror of
https://github.com/kernelkit/infix.git
synced 2026-08-06 23:43:20 +02:00
cli: add 'show dns' command to display DNS client status
This includes locally configured DNS and any learned from DHCP. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
committed by
Mattias Walström
parent
993844d7b0
commit
6d3d49d7fd
@@ -250,6 +250,10 @@
|
||||
</SWITCH>
|
||||
</COMMAND>
|
||||
|
||||
<COMMAND name="dns" help="Show DNS (client) status">
|
||||
<ACTION sym="script">resolvconf -l</ACTION>
|
||||
</COMMAND>
|
||||
|
||||
<COMMAND name="ntp" help="Show NTP (client) status">
|
||||
<ACTION sym="script">ntp tracking</ACTION>
|
||||
<SWITCH name="optional" min="0">
|
||||
|
||||
Reference in New Issue
Block a user