Using a better text for the comment

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign 2023-03-29 14:17:41 -03:00
parent 32fb2e69ff
commit 66bfa606a7
No known key found for this signature in database
GPG key ID: AE3C7FC910687F33

View file

@ -556,7 +556,7 @@ parseList() {
valid_domain_pattern="${subdomain_pattern}+${TLD_pattern}" valid_domain_pattern="${subdomain_pattern}+${TLD_pattern}"
# supported ABP style: ||subdomain.domain.tld^ # 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}\^" abp_domain_pattern="\|\|${subdomain_pattern}*${TLD_pattern}\^"
# A list of items of common local hostnames not to report as unusable # A list of items of common local hostnames not to report as unusable