mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-21 12:46:02 +03:00
Exclude regexp domains after the domain is plain-ified
This commit is contained in:
parent
ab9e54fc32
commit
79e1857888
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user