Updated Customising sources for ad lists (markdown)

Mcat12 2016-04-22 12:08:28 -04:00
parent 9d884d27cc
commit 803a14d959

@ -1,7 +1,7 @@
# Pi-hole's Default Block Lists
By default, when `gravity.sh` pulls in lists of domains to block, we combine several lists, which are defined in [`/etc/pihole/adlists.default`](https://github.com/pi-hole/pi-hole/blob/master/adlists.default):
By default, when `pihole -g` pulls in lists of domains to block, we combine several lists, which are defined in [`/etc/pihole/adlists.default`](https://github.com/pi-hole/pi-hole/blob/master/adlists.default):
Note: There are several lists that are commented out. In order to enable them, follow the instructions at the top of the file. After making any changes, run `gravity.sh` to pull in any changes.
Note: There are several lists that are commented out. In order to enable them, follow the instructions at the top of the file. After making any changes, run `pihole -g` to pull in any changes.
If you add any domains, then they can go anywhere in the file, so long as they are not commented out (prefixed with `#`)