From d99470aee05f85f3c1fb71ba9e25a18a2e000b1e Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 3 Dec 2015 13:13:34 -0800 Subject: [PATCH] Start Customize How-To --- Customization.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Customization.md diff --git a/Customization.md b/Customization.md new file mode 100644 index 0000000..225a492 --- /dev/null +++ b/Customization.md @@ -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. \ No newline at end of file