aboutsummaryrefslogtreecommitdiffstats
path: root/main/dnsmasq/uncomment-conf-dir.patch
blob: 9b64427db2ad6fa526c7b610e1f8c030d1272e0a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/dnsmasq.conf.example	2016-08-02 11:30:24.207034952 +0200
+++ b/dnsmasq.conf.example	2016-08-02 11:30:34.094695721 +0200
@@ -671,7 +671,7 @@
 #conf-dir=/etc/dnsmasq.d,.bak
 
 # 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