mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Allow final dot (root zone)
Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
16385af3ef
commit
0b5da9f0da
1 changed files with 1 additions and 1 deletions
|
@ -552,7 +552,7 @@ parseList() {
|
||||||
# adapted from https://stackoverflow.com/a/30007882
|
# adapted from https://stackoverflow.com/a/30007882
|
||||||
# supported ABP style: ||subdomain.domain.tlp^
|
# supported ABP style: ||subdomain.domain.tlp^
|
||||||
|
|
||||||
valid_domain_pattern="([a-z0-9]([a-z0-9_-]{0,61}[a-z0-9]){0,1}\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]"
|
valid_domain_pattern="([a-z0-9]([a-z0-9_-]{0,61}[a-z0-9]){0,1}\.)+[a-z0-9][a-z0-9-]{0,61}[a-z0-9]\.?"
|
||||||
abp_domain_pattern="\|\|${valid_domain_pattern}\^"
|
abp_domain_pattern="\|\|${valid_domain_pattern}\^"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue