[Dnsmasq-discuss] erroneously filtering A records after calling "SetFilterA false" over dbus

2024-02-20 Thread Clayton Craft via Dnsmasq-discuss
1 [Feb 20 11:03:28] daemon dnsmasq[30672]: forwarded postmarketos.org to 1.1.1.1 [Feb 20 11:03:28] daemon dnsmasq[30672]: config postmarketos.org is NODATA-IPv4 I can try to bisect this, but thought I'd ask on here if this looks familiar since bisec

Re: [Dnsmasq-discuss] rr_on_list stuck in infinite loop, dnsmasq unresponsive

2024-02-19 Thread Clayton Craft
> https://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=commit;h=89aad014685161318318737dc0e350ee4dae982d > > should fix this. Nice, ya seems to fix it for me. Thanks a lot for the quick fix! -Clayton signature.asc Description: PGP signature __

Re: [Dnsmasq-discuss] rr_on_list stuck in infinite loop, dnsmasq unresponsive

2024-02-19 Thread Clayton Craft
On Mon, 19 Feb 2024 13:29:44 -0800 Clayton Craft wrote: > The conditions to trigger this aren't well understood by me... it seems to > happen when we use dnsmasq's dbus interface to toggle filtering ("set_filter A > bool"). But I've had trouble reproducing it manually. W

[Dnsmasq-discuss] rr_on_list stuck in infinite loop, dnsmasq unresponsive

2024-02-19 Thread Clayton Craft
fd = {7, 8} err_pipe = {0, -1} ent_pw = 0xa56eb4e0 script_uid = 0 script_gid = 0 gp = 0xa56eb4a0 i = 20 max_fd = 1024 baduser = 0x0 log_err = 0 -Clayton signature.asc Description: PGP signature __

Re: [Dnsmasq-discuss] [PATCH v2] dbus: allow setting filter-A and filter-AAAA options

2023-03-07 Thread Clayton Craft
On Thu, 23 Feb 2023 21:40:10 -0800 Clayton Craft wrote: > On Fri, 10 Feb 2023 13:53:05 -0800 Clayton Craft > wrote: > > Any chance this could get merged? Being able to set filters at runtime is very > useful for multi-homed phones and other devices in cases where we need to

Re: [Dnsmasq-discuss] [PATCH v2] dbus: allow setting filter-A and filter-AAAA options

2023-02-23 Thread Clayton Craft
On Fri, 10 Feb 2023 13:53:05 -0800 Clayton Craft wrote: > --- > Fixes a typo in the SetFilter DBus-interface description > > dbus/DBus-interface | 8 > src/dbus.c | 14 ++ > 2 files changed, 22 insertions(+) > > diff --git a/dbus/DB

[Dnsmasq-discuss] [PATCH v2] dbus: allow setting filter-A and filter-AAAA options

2023-02-10 Thread Clayton Craft
--- Fixes a typo in the SetFilter DBus-interface description dbus/DBus-interface | 8 src/dbus.c | 14 ++ 2 files changed, 22 insertions(+) diff --git a/dbus/DBus-interface b/dbus/DBus-interface index 59b41b1..00b4465 100644 --- a/dbus/DBus-interface +++

Re: [Dnsmasq-discuss] [PATCH 0/1] Allow configuring filter-A/AAAA via dbus

2023-02-06 Thread Clayton Craft
On Mon, 23 Jan 2023 23:21:45 -0800 Clayton Craft wrote: > On Mon, 23 Jan 2023 14:06:56 -0800 Clayton Craft > wrote: > > There doesn't appear to be a way to change the filter-A or filter- > > parameters at runtime, after the config is loaded / cmdline params are >

Re: [Dnsmasq-discuss] [PATCH 0/1] Allow configuring filter-A/AAAA via dbus

2023-01-23 Thread Clayton Craft
On Mon, 23 Jan 2023 14:06:56 -0800 Clayton Craft wrote: > There doesn't appear to be a way to change the filter-A or filter- > parameters at runtime, after the config is loaded / cmdline params are parsed. > In some cases[1], I want to conditionally enable/disabling these options at

[Dnsmasq-discuss] [PATCH 0/1] Allow configuring filter-A/AAAA via dbus

2023-01-23 Thread Clayton Craft
nd ends up "supporting" different IP versions, and restarting dnsmasq each time (e.g. to rerun with --filter-A or whatever) is not desirable. Clayton Craft (1): dbus: allow setting filter-A and filter- options dbus/DBus-interface | 8 src/dbus.c | 14 ++

[Dnsmasq-discuss] [PATCH 1/1] dbus: allow setting filter-A and filter-AAAA options

2023-01-23 Thread Clayton Craft
--- dbus/DBus-interface | 8 src/dbus.c | 14 ++ 2 files changed, 22 insertions(+) diff --git a/dbus/DBus-interface b/dbus/DBus-interface index 59b41b1..0701971 100644 --- a/dbus/DBus-interface +++ b/dbus/DBus-interface @@ -44,6 +44,14 @@ SetFilterWin2KOption

[Dnsmasq-discuss] domains/IPs involving PTR records not working with nftset

2021-10-20 Thread clayton
mains where a PTR is not involved, the IPs for domains that are resolved through dnsmasq end up in the nftables set as expected. I'm hoping someone has some guidance on how to debug this further, thanks! -Clayton signature.asc Description: PGP signature