Commit Graph

119 Commits

Author SHA1 Message Date
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
ValdikSS
5b180b45b9 Move play.google.com and yt[34].ggpht.com to "fbtw" list 2022-08-05 03:13:01 +03:00
ValdikSS
2875f903c3 Exclude azureedge.net for now
Assuming it's a ephemeral domain nobody really uses for proper services
2022-08-05 03:11:33 +03:00
ValdikSS
d9facfe34b Add azureedge.com into special list 2022-08-05 03:09:35 +03:00
ValdikSS
b7d9b4830a Exclude amazonaws.com from the list
Right now PAC file handles only domain done (*.domain.zone)
or, when added into special list, subdomain (*.subdomain.domain.zone).
Unfortunately, Amazon has 4 or 5 level subdomains for amazonaws.com
zone. Let's try to exclude it for now and see how it goes.
2022-08-05 03:02:47 +03:00
ValdikSS
1463e8bfa6 Filter out expired and parked domains in domain resolver 2022-07-30 15:25:16 +03:00
ValdikSS
267d3b5862 New filters 2022-07-30 13:24:01 +03:00
ValdikSS
5247518120 New alco filters 2022-07-28 20:12:26 +03:00
ValdikSS
f71b5c5957 Add 3nx.ru to special list 2022-07-02 09:24:33 +03:00
ValdikSS
d6e71fd81c TSPU-blocked radiojar.com (Radio Svoboda stream) 2022-06-06 04:19:10 +03:00
ValdikSS
8bd421ca19 Add acf.international (Navalny) to the proxy list (TSPU) 2022-05-13 12:23:35 +03:00
ValdikSS
d34af909a7 Add "eu.org" zone to special list 2022-05-08 16:47:54 +03:00
ValdikSS
0c6b92a38c Add nnmclub.ch (blocked on TSPU by IP address, Cloudflare) 2022-04-17 02:05:41 +03:00
ValdikSS
70efb90228 Add keenetic.pro to special zone list 2022-04-13 15:37:10 +03:00
ValdikSS
bdd25c9744 Add fb.com and messenger.com to the special fb list 2022-04-13 06:33:18 +03:00
ValdikSS
6ffcdb0474 Filter appspot.online domains
They cause issues in squid 5 due to special filter for "appspot" (.com)
being applied to all appspot.* domains, and squid 5 does not expect
subdomains in the white list along with the domain zone.
2022-04-11 22:23:09 +03:00