Exclude all domains starting with the digit for now, to shrink the file size

This commit is contained in:
ValdikSS 2024-09-26 02:58:00 +03:00
parent 957293df4d
commit 21cb005abc

View File

@ -404,8 +404,7 @@
/^888/ {next}
/^ankustarmios/ {next}
/^apl/ {next}
/^azino/ {next}
/^azino/ {next}
/azino/ {next}
/^bio/ {next}
/^black/ {next}
/^bonga/ {next}
@ -416,5 +415,7 @@
/^bxfilm/ {next}
/^caburo/ {next}
# Temporary
length($1) > 30 && !/wixmp/ {next}
/xn--/ {next}
/^[0-9]/ {next}