HirbodBehnam / Shadowsocks-Cloak-Installer

A one-key script to setup Cloak plugin with Shadowsocks on your server
GNU General Public License v3.0
408 stars 85 forks source link

Loading websites issues after ipv6 update. #59

Closed hawshemi closed 1 year ago

hawshemi commented 1 year ago

I noticed something strange after you updated to ipv6 support.

Sometimes some websites load incorrectly when I connect the VPN via shadowsocks+cloak. It's like when I enable the SS+Cloak, CSS and Javascript (and some images) on websites wouldn't load. Just HTML will load. And also, for every website I visit, this would come up for like 5 sec: Please wait while your request is being verified...

But when I restart the VPS completely, the problem will be solved for a minute or two, but it comes back after that.

Any ideas about what this means? This problem appears after the script support for ipv6.

hawshemi commented 1 year ago

This log is after restarting the VPS; Presumably, all websites load correctly:

ss

Is everything OK?

hawshemi commented 1 year ago

I disabled IPv6 on the VPS using:

net.ipv6.conf.all.disable_ipv6 = 1

net.ipv6.conf.default.disable_ipv6 = 1

And the issue was resolved.

I think there is something wrong with the IPv6 version.

hawshemi commented 1 year ago

Closed cuz of inactivity.