summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorSimon Kelley <simon@thekelleys.org.uk>2022-09-12 14:35:40 +0100
committerSimon Kelley <simon@thekelleys.org.uk>2022-09-12 14:35:40 +0100
commit0076481dfd05ca074b24f62bee6a48c590640d87 (patch)
tree79c21dfecbba7ed28f9949a8e9c5d8feab05170c /dbus
parentc0e731d5456338c2756b975af81f7f3d445d1a0d (diff)
downloaddnsmasq-0076481dfd05ca074b24f62bee6a48c590640d87.tar.gz
Add GetServerMetrics method to DBus interface.
Diffstat (limited to 'dbus')
-rw-r--r--dbus/DBus-interface5
1 files changed, 5 insertions, 0 deletions
diff --git a/dbus/DBus-interface b/dbus/DBus-interface
index df41d79..7b083dc 100644
--- a/dbus/DBus-interface
+++ b/dbus/DBus-interface
@@ -252,6 +252,11 @@ GetMetrics
Returns an array with various metrics for DNS and DHCP.
+GetServerMetrics
+----------------
+
+Returns per-DNS-server metrics.
+
2. SIGNALS
----------