mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 10:18:25 +00:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
options {
|
|
directory "/var/cache/bind";
|
|
listen-on { 192.168.141.1; };
|
|
recursion no;
|
|
};
|
|
|