Acris / shadowsocks-asuswrt-merlin

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

Force pass proxy help needed #12

Closed lalcd closed 5 years ago

lalcd commented 5 years ago

I tried to add software.sonymobile.com by following steps but not working as intended

1: vi /opt/share/ss-merlin/rules/user_domain_name_gfwlist.txt 2: add software.sonymobile.com to the list and save it 3: ss-merlin restart

Am I did something wrong or there is a specific format required when adding domain to this list?

Thank you for your excellent work!

Acris commented 5 years ago

It's a bug, I'll fix it later.

Acris commented 5 years ago

Hi, can you run ss-merlin upgrade and test again?

lalcd commented 5 years ago

tried a clean install, but the issue still exists. maybe there's something wrong with settings? Add software.sonymobile.com to the user_domain_name_gfwlist.txt and run ss-restart command then download a package from _https://software.sonymobile.com/filestorage/20078660/0365fa46c928206803764e0944aa2f6d_part0_ but traffic still doesn't pass the proxy.

Acris commented 5 years ago

Can you execute the following commands separately and paste the output here?

iptables -t nat -L
ipset list usergfwlist
cat /opt/share/ss-merlin/etc/dnsmasq.d/user-gfwlist-domains.conf
lalcd commented 5 years ago

iptables -t nat -L OUTPUT ipset list usergfwlist OUTPUT: [ipset] v7.1: The set with the given name does not exist cat /opt/share/ss-merlin/etc/dnsmasq.d/user-gfwlist-domains.conf OUTPUT:ipset=/software.sonymobile.com/usergfwlist

Acris commented 5 years ago

I fixed this issue, please upgrade ss-merlin by ss-merlin upgrade to the latest version and try again.

lalcd commented 5 years ago

Fixed Thanks 😊