]> git.proxmox.com Git - pve-network.git/commitdiff
dnsmasq: drop no-resolve for default config
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Nov 2023 10:30:00 +0000 (11:30 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 23 Nov 2023 10:30:02 +0000 (11:30 +0100)
for a better default user experience make dnsmasq always answer to DNS
requests, we can add a more sophisticated logic later.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/Network/SDN/Dhcp/Dnsmasq.pm

index 8b022fc83f4e097d0d689cd44ea772ac0667489b..a9843bfee48a346a3eb4433ca45958a09fd6d6e1 100644 (file)
@@ -198,7 +198,6 @@ except-interface=lo
 enable-ra
 quiet-ra
 bind-dynamic
-no-resolv
 no-hosts
 dhcp-leasefile=$DNSMASQ_LEASE_ROOT/dnsmasq.$dhcpid.leases
 dhcp-hostsfile=$config_directory/ethers