modified: dnsmasq/dnsmasq.conf

modified:   pdnsd/pdnsd.conf
This commit is contained in:
Zachariah Gibbens 2023-03-25 02:40:49 +00:00
parent 5155759d5f
commit 75bf65406f
2 changed files with 3 additions and 3 deletions

View File

@ -677,5 +677,5 @@
# This fixes a security hole. see CERT Vulnerability VU#598349
dhcp-name-match=set:wpad-ignore,wpad
dhcp-ignore-names=tag:wpad-ignore
#server=127.0.0.1#53000
server=9.9.9.11
server=127.0.0.1#53000
#server=9.9.9.11

View File

@ -13,7 +13,7 @@ global {
server_port = 53000; // machines on your network to query pdnsd.
status_ctl = on;
paranoid=on;
// query_method=tcp_udp; // pdnsd must be compiled with tcp
query_method=tcp_udp; // pdnsd must be compiled with tcp
// query support for this to work.
min_ttl=15m; // Retain cached entries at least 15 minutes.
max_ttl=1w; // One week.