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