mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-01-12 23:14:44 +00:00
Start Customize How-To
commit
d99470aee0
1 changed files with 12 additions and 0 deletions
12
Customization.md
Normal file
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.
|
Loading…
Reference in a new issue