Closed fanthos closed 8 years ago
I can't reproduce this every time, sometimes it works but sometimes not. It may happen several minutes after I started the VPN.
When I change route to Bypass LAN & China, it works great.
If you're visiting a site outside China and not in the GFWList, the random slow speed is expected.
I was using Taobao for Android, and the images loading slow.
For apps like Taobao, it'd be a CDN related issue. My suggestion is to bypass them in the per-app proxy mode.
Thanks. I am trying more apps about this issue.
I suggest to try web pages like sina.com and huaban.com that have many images and are not in the GFWList.
Taobao for Android works great just after I start VPN, but it becomes slow after several minutes, and Zhihu has same problem. When I browsing items on Taobao app, data usage on shadowsocks did not increase, so I think this means the connections have been bypassed. sina.cn and huaban.com seems good.
I am checking the gfwlist.acl, maybe there need dot.
at left?
I think
.*youtube\.com
should be written like
(.*\.)?youtube\.com
Also,
google.cn
is not GFWed.
.*youtube\.com
means matching any sites with the suffix youtube.com
.google.cn
is located in China, so not in the GFW list..*youtube\.com
but not match (.*\.)?youtube.com
Maybe I should enable verbose mode for ss-local to find out how it happened.
Environment
Configuration
Put an
x
inside the [ ] that applies.What did you do?
Open some Android apps with lots of image should be loaded from Internet, and the host is not in gfwlist.
What did you expect to see?
The images should be loaded in short time, like VPN disabled.
What did you see instead?
The images have been loaded much more slow than VPN disabled.