summaryrefslogtreecommitdiff
path: root/dbus
diff options
context:
space:
mode:
authorClayton Craft <clayton@craftyguy.net>2023-03-08 15:35:05 +0000
committerSimon Kelley <simon@thekelleys.org.uk>2023-03-08 15:35:05 +0000
commitef5aac95d4391fb1290fd76a3826b2851e589bbc (patch)
treef6905e7ef7ae05244faed5c563e72e62d6668bbe /dbus
parentef8e930e4295265b8f46898a8e166f17d7f8ddc8 (diff)
downloaddnsmasq-ef5aac95d4391fb1290fd76a3826b2851e589bbc.tar.gz
Allow configuring filter-A/AAAA via dbus.
Diffstat (limited to 'dbus')
-rw-r--r--dbus/DBus-interface8
1 files changed, 8 insertions, 0 deletions
diff --git a/dbus/DBus-interface b/dbus/DBus-interface
index 59b41b1..00b4465 100644
--- a/dbus/DBus-interface
+++ b/dbus/DBus-interface
@@ -44,6 +44,14 @@ SetFilterWin2KOption
--------------------
Takes boolean, sets or resets the --filterwin2k option.
+SetFilterA
+------------------------
+Takes boolean, sets or resets the --filter-A option.
+
+SetFilterAAAA
+------------------------
+Takes boolean, sets or resets the --filter-AAAA option.
+
SetBogusPrivOption
------------------
Takes boolean, sets or resets the --bogus-priv option.