mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-25 09:11:18 -05:00
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:
parent
db2eb68c6a
commit
0eb6e1d316
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user