From ba4c17eb44c53987a39f5339de27bc6cde12330b Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Thu, 3 Dec 2015 22:24:26 -0800 Subject: [PATCH] Updated Customization (markdown) --- Customization.md | 26 +++++++++++++++++++++----- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/Customization.md b/Customization.md index 225a492..3fdb641 100644 --- a/Customization.md +++ b/Customization.md @@ -1,4 +1,4 @@ -##How to customize Pi-Hole## +##How to customize Pi-Hole You can customize Pi-Hole by specifying some of the options used in `gravity.sh`. @@ -6,7 +6,23 @@ 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 + + + + + + + + + + + + + + + + + + + +
piholeDirThis is the base directory where the adlists are stored.
adListThis is the full location of the complete list used by dnsmasq to block ads.
blacklistThis is the full location of the blacklisted domains.
whitelistThis is the full location of the whitelisted domains.
\ No newline at end of file