mirror of
https://bitbucket.org/anticensority/antizapret-pac-generator-light.git
synced 2024-11-22 21:26:04 +03:00
Update
This commit is contained in:
parent
f95edbfdf2
commit
82b7c38a1e
@ -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}
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user