mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-03-01 06:18:33 +00:00
Updated Customization (markdown)
parent
cae0bc39d5
commit
ba4c17eb44
1 changed files with 21 additions and 5 deletions
|
@ -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.
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th><code>piholeDir</code></th>
|
||||
<td>This is the base directory where the adlists are stored.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><code>adList</code></th>
|
||||
<td>This is the full location of the complete list used by dnsmasq to block ads.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><code>blacklist</code></th>
|
||||
<td>This is the full location of the blacklisted domains.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th><code>whitelist</code></th>
|
||||
<td>This is the full location of the whitelisted domains.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
Loading…
Add table
Reference in a new issue