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
ValdikSS
f22f3ade09
Remove iwara.tv from a special list
...
See https://ntc.party/t/topic/668/22
2022-03-28 12:41:43 +03:00
ValdikSS
d80b86dcc6
Add bbci.co.uk (TSPU blocked)
2022-03-26 21:17:47 +03:00
ValdikSS
72384d487f
Add news.google.com and play.google.com (blocked on TSPU)
2022-03-26 14:02:30 +03:00
ValdikSS
288ccdd0f9
Set RESOLVE_NXDOMAIN="no" to comply with AZ Container
2022-03-26 13:44:14 +03:00
ValdikSS
825f5c9601
Change z-i split from " | " to "|"
2022-03-26 01:37:59 +03:00
ValdikSS
13ce0cc288
Add cdninstagram.com (TSPU blacklist)
2022-03-16 23:10:44 +03:00
ValdikSS
ab1557116f
Add messenger.com and fb.com (TSPU blacklist)
2022-03-16 23:10:30 +03:00
ValdikSS
602959cafe
Final fix for zerkalo.io
2022-03-15 23:09:54 +03:00
ValdikSS
55393e1624
Fix exclude-regexp rules
2022-03-15 23:00:09 +03:00
ValdikSS
2db4769eac
Another fix, damn it
2022-03-15 22:34:21 +03:00
ValdikSS
189e4ede32
Fix 1bbdbdbe4d
2022-03-15 22:33:27 +03:00