feat: increase maximum concurrent DNS queries

The default is 150, which is too low considering many qubes connecting
to websites that have CDN at the same time, making an scrupulous large
number of concurrent DNS queries.

The previous behavior is a warning in the Pi-hole admin web interface
and queries being affected.
This commit is contained in:
Ben Grande 2025-02-17 17:50:40 +01:00
parent db2eb68c6a
commit 0eb6e1d316
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

@ -1,7 +1,9 @@
# SPDX-FileCopyrightText: 2023 unman <unman@thirdeyesecurity.org>
# SPDX-FileCopyrightText: 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
#
# SPDX-License-Identifier: AGPL-3.0-or-later
# vim: ft=dnsmasq
interface=lo
bind-interfaces
dns-forward-max=1024