mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-22 06:03:43 +00:00
Using a better text for the comment
Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
parent
32fb2e69ff
commit
66bfa606a7
1 changed files with 1 additions and 1 deletions
|
@ -556,7 +556,7 @@ parseList() {
|
|||
valid_domain_pattern="${subdomain_pattern}+${TLD_pattern}"
|
||||
|
||||
# supported ABP style: ||subdomain.domain.tld^
|
||||
# Subdomain is optional for ABP style, allowing TLD blocking: ||tld^
|
||||
# ${subdomain_pattern} is optional for ABP style, allowing TLD blocking: ||tld^
|
||||
abp_domain_pattern="\|\|${subdomain_pattern}*${TLD_pattern}\^"
|
||||
|
||||
# A list of items of common local hostnames not to report as unusable
|
||||
|
|
Loading…
Reference in a new issue