diff --git a/Customising-sources-for-ad-lists.md b/Customising-sources-for-ad-lists.md index aa6e2e2..ea0840d 100644 --- a/Customising-sources-for-ad-lists.md +++ b/Customising-sources-for-ad-lists.md @@ -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 `#`)