--- embedaddon/dnsmasq/dbus/DBus-interface 2021/03/17 00:56:46 1.1.1.3 +++ embedaddon/dnsmasq/dbus/DBus-interface 2023/09/27 11:02:07 1.1.1.4 @@ -48,6 +48,10 @@ SetBogusPrivOption ------------------ Takes boolean, sets or resets the --bogus-priv option. +SetLocaliseQueriesOption +------------------------ +Takes boolean, sets or resets the --localise-queries option. + SetServers ---------- Returns nothing. Takes a set of arguments representing the new @@ -248,6 +252,15 @@ GetMetrics Returns an array with various metrics for DNS and DHCP. +GetServerMetrics +---------------- + +Returns per-DNS-server metrics. + +ClearMetrics +------------ + +Clear call metric counters, global and per-server. 2. SIGNALS ----------