Updated Whitelisting and Blacklisting (markdown)

Adam Warner 2016-04-27 16:41:41 +01:00
parent 271dbd14e0
commit bcb7b4c5eb

@ -41,7 +41,7 @@ Each script accepts the following parameters:
Domains passed are parsed by the script to ensure they are valid domains. If a domain is invalid it will be ignored.
#####Example `whitelist.sh` usages
#####Example `pihole -w` usages
<table>
<tbody>
@ -61,9 +61,9 @@ Domains passed are parsed by the script to ensure they are valid domains. If a d
</table>
To remove domains from the whitelist:
Add `-d` as an additional argument (e.g `whitelist.sh -d domain1 [domain2...]`)
Add `-d` as an additional argument (e.g `pihole -w -d domain1 [domain2...]`)
#####Example `blacklist.sh` usages
#####Example `pihole -b` usages
<table>
<tbody>
<tr>
@ -82,4 +82,4 @@ Add `-d` as an additional argument (e.g `whitelist.sh -d domain1 [domain2...]`)
</table>
To remove domains from the blacklist:
Add `-d` as an additional argument (e.g `blacklist.sh -d domain1 [domain2...]`)
Add `-d` as an additional argument (e.g `pihole -b -d domain1 [domain2...]`)