Acris / shadowsocks-asuswrt-merlin

Shadowsock for Asuswrt-Merlin New Gen
MIT License
254 stars 44 forks source link

some domains still blocked #62

Open Foliant76 opened 2 days ago

Foliant76 commented 2 days ago

After adding a single test domain to the whitelist, some domains blocked by the provider don’t load. The IP address is detected correctly through the proxy server. This issue persists even after clearing the whitelist, and the whitelist itself doesn’t seem to have any effect. Global mode is enabled, and the server is known to be working correctly.

Configuration: { "server": "xxx.xx.zzz.ccc", "server_port": 8387, "local_address": "0.0.0.0", "local_port": 1080, "password": "zzzzzz", "timeout": 600, "method": "chacha20-ietf-poly1305", "mode": "tcp_and_udp" }

Router: ASUS AX58U

I’d appreciate any advice on resolving these issues. Thank you in advance for your help!

Acris commented 2 days ago

Do you mean that when you added a domain to user_domain_name_whitelist.txt, this domain still goes through the proxy?

Foliant76 commented 2 days ago

It's hard to say, I don't really understand how it should be, the discord blocked by my provider starts working, while its domain is not in the white list. But I can't correctly test the white list because the client itself does not load blocked pages, but the IP address is checked by the proxy server address as expected

Acris commented 2 days ago

The function of a whitelist is as follows: if your mode is set to global, then by default, all IPs and domains will go through your proxy server. However, if you want certain domains to bypass the proxy server, you can add these domains to the whitelist.

Foliant76 commented 2 days ago

oh, i thought the opposite, so i'm interested in the list to proxy only sites blocked by the provider, i'll try a clean installation again, and seems the "user_domain_name_gfwlist.txt" i need, thanks