Re: [Dnsmasq-discuss] priority of local= and ipset=

2022-01-04 Thread Justin
I just did some test. looks like the 'google.com' will be send to both 1.1.1.1 and 8.8.8.8. but the all the resolved ip address will only be added to ipset 'one' On Tue, Jan 4, 2022 at 2:20 PM Justin wrote: > > Hello > i have settings in the order like this in dnsmasq.conf > > local=/google.com/1

[Dnsmasq-discuss] reducing DNS packet size for nameserver 127.0.0.1 to 1280

2022-01-04 Thread Justin
Recently i see lots of logs in dnsmasq: reducing DNS packet size for nameserver 127.0.0.1 to 1280 almost one per minute my conf: pid-file=/var/run/masq.pid user=dnsmasq keep-in-foreground no-negcache no-resolv domain-needed no-poll dns-forward-max=1000 cache-size=1000 min-cache-ttl=3600 port=53 s

Re: [Dnsmasq-discuss] reducing DNS packet size for nameserver 127.0.0.1 to 1280

2022-01-04 Thread Justin
dnsmasq is run by systemd: /usr/bin/dnsmasq -C /etc/dnsmasq.conf On Tue, Jan 4, 2022 at 5:34 PM Justin wrote: > > Recently i see lots of logs in dnsmasq: > reducing DNS packet size for nameserver 127.0.0.1 to 1280 > almost one per minute > > my conf: > > pid-file=/var/run/masq.pid > user=dnsmasq

Re: [Dnsmasq-discuss] Infinite loop in dnsmasq v2.86?

2022-01-04 Thread Andreas Metzler
On 2022-01-04 Simon Kelley wrote: > The only thing that sticks out in the config is dnssec-debug. Not > recommended to run that in production use. > As for debugging, the crucial thing, as always, is being able to > reproduce the problem with as little effect as possible. Once that's > done, bui

Re: [Dnsmasq-discuss] reducing DNS packet size for nameserver 127.0.0.1 to 1280

2022-01-04 Thread Dominik Derigs
Hey Justin, On Tue, 2022-01-04 at 17:34 +0800, Justin wrote: > Recently i see lots of logs in dnsmasq: > reducing DNS packet size for nameserver 127.0.0.1 to 1280 > almost one per minute > > my conf: > [...] > server=127.0.0.1#5353 once per minute sounds like this is happening all the time (dnsm

[Dnsmasq-discuss] Possibility to split lines for values in conf file

2022-01-04 Thread Daniel via Dnsmasq-discuss
Hello, is there a possibility to split lines which have lots of value ? Something like \ terminator next line being next values or to be able to define multiple lines with same option ? I face the problem with static route like (one line in conf file) dhcp-option=lan,tag:ordi,121,172.18.0.0/

Re: [Dnsmasq-discuss] reducing DNS packet size for nameserver 127.0.0.1 to 1280

2022-01-04 Thread Justin
Thanks Dominik the program runs at 5353 is chinadns-ng, it acts as a dns dispatcher and it's upstream is set to 8.8.8.8 or 1.1.1.1. this table is very helpful, it says 8.8.8.8 max at 1400, 1.1.1.1 max at 1452. https://discourse.pi-hole.net/t/dnsmasq-warn-reducing-dns-packet-size/51803/31 but the