diff --git a/scripts/getzones.awk b/scripts/getzones.awk index 494f457..fd2b44c 100644 --- a/scripts/getzones.awk +++ b/scripts/getzones.awk @@ -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}