1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-22 16:18:13 +00:00

Start Customize How-To

Dan Schaper 2015-12-03 13:13:34 -08:00
commit d99470aee0

12
Customization.md Normal file

@ -0,0 +1,12 @@
##How to customize Pi-Hole##
You can customize Pi-Hole by specifying some of the options used in `gravity.sh`.
With you editor of choice, open `/etc/pihole/pihole.conf`.
The following configuration variables can be customized:
* `piholeDir` This is the base directory where the adlists are stored.
* `adList` This is the full location of the complete list used by dnsmasq to block ads.
* `blacklist` This is the full location of the blacklisted domains.
* `whitelist` This is the full location of the whitelisted domains.