--- embedaddon/dnsmasq/dbus/DBus-interface 2016/11/02 09:57:01 1.1.1.2 +++ 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 @@ -243,7 +247,20 @@ IPv4 or IPv6 address of the lease to remove. Note that this function will trigger the DhcpLeaseRemoved signal and the configured DHCP lease script will be run with the "del" action. +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 ----------