Exclude regexp domains after the domain is plain-ified

This commit is contained in:
ValdikSS 2024-09-26 01:43:21 +03:00
parent ab9e54fc32
commit 79e1857888

View File

@ -1,5 +1,3 @@
@include "config/exclude-regexp-dist.awk"
# Skipping empty strings
(!$1) {next}
@ -23,6 +21,8 @@
{$1 = gensub(/(.+)\.([^.]+\.[^.]+$)/, "\\2", 1)}
}
@include "config/exclude-regexp-dist.awk"
# Sorting domains
{d_other[$1] = $1}