ValdikSS
377502bd53
Revert "Skip all domains starting with the number for now, to shrink PAC file size"
...
This reverts commit b0073641a1
.
2024-03-24 22:53:14 +07:00
ValdikSS
151d0fd26b
unlzp IE6-8 support
2024-03-24 22:51:55 +07:00
ValdikSS
a507f39d67
Streamable LZP decompression, fit into Firefox 52 heap size
2024-03-24 22:51:50 +07:00
ValdikSS
4c88eb1264
LZP compression for domains
2024-03-24 22:51:46 +07:00
ValdikSS
f95edbfdf2
Add sb-cd to special list: https://ntc.party/t/spankbangcom-проксируются-cdn-видео-сервера-из-за-чего-ролики-смотреть-невозможно/6805
2024-01-06 23:55:12 +03:00
ValdikSS
bf2cb905ec
Improve topsequence compression algorithm
2024-01-06 03:12:44 +03:00
ValdikSS
b0073641a1
Skip all domains starting with the number for now, to shrink PAC file size
2024-01-06 03:12:15 +03:00
ValdikSS
32f7ab498e
Skip cyrillic 'bеllonа' from the list
2024-01-06 03:11:55 +03:00
ValdikSS
6479aa1416
Add narod.ru to the special list
2023-11-19 05:37:52 +03:00
ValdikSS
f14aa53cc0
Add hitmotop.com to exclude list: https://ntc.party/t/антизапрет-полностью-блокирует-сайт-hitmosme/6102
2023-10-27 13:09:36 +03:00
ValdikSS
c5214fca65
Remove archive.org from the list, assume it's not filtered despite being in MinJust list.
...
https://ntc.party/t/topic/4704
2023-06-19 02:12:02 +03:00
ValdikSS
aa29beda04
Bugfix: quote dot in topsequence awk regex generation
2023-06-11 16:07:16 +03:00
ValdikSS
c73e0d901f
Add bdsmlr.com to the special subdomain list
2023-06-05 19:55:17 +03:00
ValdikSS
a73b4c859e
Exclude baskino from exclude list
2023-06-03 20:40:42 +03:00
ValdikSS
2d4ba7ef9b
New compression feature: replace most common two-character sequences
2023-06-03 19:13:59 +03:00
ValdikSS
e630f46ce2
Filter out more mirror domains
2023-05-06 10:03:15 +03:00
ValdikSS
fb8533388a
Filter out more mirror domains
2023-05-04 22:09:27 +03:00
ValdikSS
f0a3e6218c
Filter out more mirror domains
2023-04-29 12:00:39 +03:00
ValdikSS
f609f297d9
Filter out more mirror domains
2023-04-24 09:26:12 +03:00
ValdikSS
af6f65154b
Filter out more mirror domains
2023-04-14 09:13:24 +03:00
ValdikSS
216bd74ec0
Filter out more mirror domains
2023-03-30 23:21:29 +03:00
ValdikSS
bc40c22e2b
Hotfix for wixmp (Deviantart)
2023-03-06 12:15:12 +03:00
ValdikSS
2844448f94
Filter out domains with length > 30 after optimizing zones
2023-03-04 09:20:16 +03:00
ValdikSS
7c43cbeea1
Update excluding regexes, exclude more mirrors and garbage sites
2023-01-24 20:00:47 +03:00
ValdikSS
8713f60bb7
Add h1n.ru to the special list
2023-01-24 18:41:56 +03:00
ValdikSS
3167160256
Add rebrand.ly to include-dist (blocked on selected ISPs)
2022-09-17 13:26:29 +03:00
ValdikSS
f2dd73b7f0
Add 2 hour timeout for nxresolve script, it hangs sometimes
2022-09-04 21:20:40 +03:00
ValdikSS
9cd3730494
Add mybb2.ru to the special list
2022-08-31 18:05:13 +03:00
ValdikSS
d84bbe58db
Add iboards.ru to the special list
2022-08-27 18:11:06 +03:00
ValdikSS
fe53fb13a9
Fix yt3.ggpht.com for nossl list
...
yt3.ggpht.com is proxied to fbtw server only in ssl list, while
nossl uses regular nossl proxy.
yt3.ggpht.com should present both in special array and in regular list
to work properly for nossl list.
2022-08-09 19:30:01 +03:00
ValdikSS
40e6053bed
resolve-dns-nxdomain speed improvement
...
Do not wait until all the tasks are finished, scedule new task
right after another task is finished
2022-08-07 19:06:35 +03:00
ValdikSS
4d08301ca6
Add comment of what NS_FILTER_SUBSTRINGS is
2022-08-07 17:44:21 +03:00
ValdikSS
3b26ff5307
Fix high memory usage
...
* Do not load all domain names in a file to memory, use generator instead
* Do not construct async tasks for all domains, slice it by TASK_AMOUNT_MULTIPLIER
instead
This modification decreases memory usage from ~470 MB down to ~35-40 MB
2022-08-07 17:44:00 +03:00
ValdikSS
c4bd586105
Temporary exclude play.google.com from proxy list
2022-08-05 12:46:57 +03:00
ValdikSS
4d4cf02742
Add ggpht.com to the special list. NOTE: only to genpac, not to getzones!
...
This is needed to properly detect subdomain in the PAC file, but not to
handle subdomains in getzones/excludes
2022-08-05 11:35:04 +03:00
ValdikSS
359881f321
Add tilda.ws to the special list
2022-08-05 11:03:56 +03:00
ValdikSS
ca21c9b1e9
Add force.com to the special list
2022-08-05 10:48:47 +03:00
ValdikSS
43e35b37ca
Add pythonanywhere.com to the special list
2022-08-05 10:46:17 +03:00
ValdikSS
45ac47063a
Add wix.com to the special list
2022-08-05 10:44:16 +03:00
ValdikSS
28665f2ead
Add r.appspot.com to exclude list
2022-08-05 10:40:30 +03:00
ValdikSS
4a100b1b31
Add ampproject.org to the exclude list
2022-08-05 10:35:30 +03:00
ValdikSS
e07e7634ee
Add bizml.ru to exclude list (business mail ru maillist domain)
2022-08-05 10:30:11 +03:00
ValdikSS
ae6753cfad
Add vercel.app to the special list
2022-08-05 10:20:45 +03:00
ValdikSS
48f1dbdd84
Remove azureedge and amazonaws from the special array, to fix the excludes
2022-08-05 10:03:52 +03:00
ValdikSS
68069573c3
Add maryno.net to special list
2022-08-05 03:55:34 +03:00
ValdikSS
4a5d373b55
Add notion.site to special list
2022-08-05 03:53:46 +03:00
ValdikSS
19c9ec0f92
Add itch.io to special list
2022-08-05 03:38:46 +03:00
ValdikSS
405e9190c8
yt4.ggpht.com is not blocked, remove from special
2022-08-05 03:34:55 +03:00
ValdikSS
5cbb1f6860
Adjust exclude-hosts-dist for zones
2022-08-05 03:34:05 +03:00
ValdikSS
25154f04c6
Exclude *.web.app zone
2022-08-05 03:19:59 +03:00