mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-05 15:39:46 +00:00
bc46694ea7
Fixes the bug found by [Reddit](https://www.reddit.com/r/pihole/comments/6j3az9/urls_in_my_blacklist_are_showing_up_as_my_default/)
48 lines
1.5 KiB
Plaintext
48 lines
1.5 KiB
Plaintext
# Pi-hole: A black hole for Internet advertisements
|
|
# (c) 2015, 2016 by Jacob Salmela
|
|
# Network-wide ad blocking via your Raspberry Pi
|
|
# http://pi-hole.net
|
|
# dnsmasq config for Pi-hole
|
|
#
|
|
# Pi-hole is free software: you can redistribute it and/or modify
|
|
# it under the terms of the GNU General Public License as published by
|
|
# the Free Software Foundation, either version 2 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
###############################################################################
|
|
# FILE AUTOMATICALLY POPULATED BY PI-HOLE INSTALL/UPDATE PROCEDURE. #
|
|
# ANY CHANGES MADE TO THIS FILE AFTER INSTALL WILL BE LOST ON THE NEXT UPDATE #
|
|
# #
|
|
# IF YOU WISH TO CHANGE THE UPSTREAM SERVERS, CHANGE THEM IN: #
|
|
# /etc/pihole/setupVars.conf #
|
|
# #
|
|
# ANY OTHER CHANGES SHOULD BE MADE IN A SEPERATE CONFIG FILE #
|
|
# OR IN /etc/dnsmasq.conf #
|
|
###############################################################################
|
|
|
|
addn-hosts=/etc/pihole/gravity.list
|
|
addn-hosts=/etc/pihole/black.list
|
|
addn-hosts=/etc/pihole/local.list
|
|
|
|
domain-needed
|
|
|
|
localise-queries
|
|
|
|
bogus-priv
|
|
|
|
no-resolv
|
|
|
|
server=@DNS1@
|
|
server=@DNS2@
|
|
|
|
interface=@INT@
|
|
|
|
cache-size=10000
|
|
|
|
log-queries
|
|
log-facility=/var/log/pihole.log
|
|
|
|
local-ttl=300
|
|
|
|
log-async
|