From 82b7c38a1eea2c3afc25271b02fc5a1cf5a9c185 Mon Sep 17 00:00:00 2001 From: ValdikSS Date: Fri, 8 Mar 2024 23:56:26 +0700 Subject: [PATCH] Update --- config/exclude-regexp-dist.awk | 35 ++++++++++++++++++++++++++++++++ scripts/generate-pac-domains.awk | 4 +++- 2 files changed, 38 insertions(+), 1 deletion(-) diff --git a/config/exclude-regexp-dist.awk b/config/exclude-regexp-dist.awk index 98cf5f5..9d46383 100644 --- a/config/exclude-regexp-dist.awk +++ b/config/exclude-regexp-dist.awk @@ -315,6 +315,41 @@ /^bet/ {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... /^[0-9]/ {next} diff --git a/scripts/generate-pac-domains.awk b/scripts/generate-pac-domains.awk index c90df43..74f0787 100644 --- a/scripts/generate-pac-domains.awk +++ b/scripts/generate-pac-domains.awk @@ -1,7 +1,9 @@ { domainzone = gensub(/(.*)\.([^.]+$)/, "\\2", 1) domainname = gensub(/(.*)\.([^.]+$)/, "\\1", 1) -} + if (length($0) == 30) {next} + } + /^[0-9]/ {next} @include "temp/replace-common-sequences.awk" { domainlength = length(domainname)