mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-08-23 10:38:14 +02:00
Updated Whitelisting and Blacklisting (markdown)
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.
|
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>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
@ -61,9 +61,9 @@ Domains passed are parsed by the script to ensure they are valid domains. If a d
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
To remove domains from the whitelist:
|
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>
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
@ -82,4 +82,4 @@ Add `-d` as an additional argument (e.g `whitelist.sh -d domain1 [domain2...]`)
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
To remove domains from the blacklist:
|
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...]`)
|
Loading…
x
Reference in New Issue
Block a user