This commit is contained in:
ValdikSS 2024-03-08 23:56:26 +07:00
parent f95edbfdf2
commit 82b7c38a1e
2 changed files with 38 additions and 1 deletions

View File

@ -315,6 +315,41 @@
/^bet/ {next} /^bet/ {next}
/^bonus/ {next} /^bonus/ {next}
/voditel/ {next}
/vodi-/ {next}
/volna/ {next}
/volga/ {next}
/virtuow-/ {next}
/vikdasow-/ {next}
/vifisajf-/ {next}
/vifos-/ {next}
/veta-/ {next}
/vetao-/ {next}
/vegasgrand/ {next}
/vegasgrand/ {next}
/vbolta-/ {next}
/vaavada/ {next}
/uwsxo-/ {next}
/uunni/ {next}
/uusse/ {next}
/ussef/ {next}
/useff/ {next}
/uslugi-/ {next}
/urusja-/ {next}
/urfjkvol-/ {next}
/upx-/ {next}
/up-offrusite/ {next}
/unreaal/ {next}
/unniq/ {next}
/uniqqu/ {next}
/uj7poker/ {next}
/udo[cs]to[vw]eren/ {next}
/^tyt-/ {next}
/^turk/ {next}
/^semena/ {next}
/^active/ {next}
# uuugh... # uuugh...
/^[0-9]/ {next} /^[0-9]/ {next}

View File

@ -1,7 +1,9 @@
{ {
domainzone = gensub(/(.*)\.([^.]+$)/, "\\2", 1) domainzone = gensub(/(.*)\.([^.]+$)/, "\\2", 1)
domainname = gensub(/(.*)\.([^.]+$)/, "\\1", 1) domainname = gensub(/(.*)\.([^.]+$)/, "\\1", 1)
} if (length($0) == 30) {next}
}
/^[0-9]/ {next}
@include "temp/replace-common-sequences.awk" @include "temp/replace-common-sequences.awk"
{ {
domainlength = length(domainname) domainlength = length(domainname)