When I enable Stubby, I get this log every minute:
dnsmasq[19355]: reducing DNS packet size for nameserver 127.0.0.1 to 1280
And it seems dns resolution is inconsistent.
Here are my configurations.
[2020.2] dnsmasq and stubby problem
dnsmasq[19355]: reducing DNS packet size for nameserver 127.0.0.1 to 1280
And it seems dns resolution is inconsistent.
Here are my configurations.
#dnsmasq
cache-size=8192
domain-needed
dns-forward-max=150
bogus-priv
no-negcache
log-async=25
proxy-dnssec
cache-size=8192
domain-needed
dns-forward-max=150
bogus-priv
no-negcache
log-async=25
proxy-dnssec
tls_ca_file: "/rom/cacert.pem"
appdata_dir: "/tmp/stubby"
dnssec: GETDNS_EXTENSION_TRUE
dnssec_return_status: GETDNS_EXTENSION_TRUE...
appdata_dir: "/tmp/stubby"
dnssec: GETDNS_EXTENSION_TRUE
dnssec_return_status: GETDNS_EXTENSION_TRUE...
[2020.2] dnsmasq and stubby problem