mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
Example config file fix for CERT Vulnerability VU#598349.
This commit is contained in:
@@ -64,6 +64,10 @@ version 2.80
|
|||||||
now always forward, and never answer from the cache. This
|
now always forward, and never answer from the cache. This
|
||||||
allows "dig +trace" command to work.
|
allows "dig +trace" command to work.
|
||||||
|
|
||||||
|
Include in the example config file a formulation which
|
||||||
|
stops DHCP clients from claiming the DNS name "wpad".
|
||||||
|
This is a fix for the CERT Vulnerability VU#598349.
|
||||||
|
|
||||||
|
|
||||||
version 2.79
|
version 2.79
|
||||||
Fix parsing of CNAME arguments, which are confused by extra spaces.
|
Fix parsing of CNAME arguments, which are confused by extra spaces.
|
||||||
|
|||||||
@@ -672,3 +672,8 @@
|
|||||||
|
|
||||||
# Include all files in a directory which end in .conf
|
# Include all files in a directory which end in .conf
|
||||||
#conf-dir=/etc/dnsmasq.d/,*.conf
|
#conf-dir=/etc/dnsmasq.d/,*.conf
|
||||||
|
|
||||||
|
# If a DHCP client claims that its name is "wpad", ignore that.
|
||||||
|
# This fixes a security hole. see CERT Vulnerability VU#598349
|
||||||
|
#dhcp-name-match=set:wpad-ignore,wpad
|
||||||
|
#dhcp-ignore-names=tag:wpad-ignore
|
||||||
|
|||||||
Reference in New Issue
Block a user