Acris / shadowsocks-asuswrt-merlin

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

机场订阅模式,使用单个站点设置问题 #63

Open jadecat4u opened 2 days ago

jadecat4u commented 2 days ago

大佬好,我是用的现有机场订阅的方式科学上网。 AC86安装ss-merlin后可能是config.json里面设置的问题,导致ss-merlin start后还是无法用电脑chrome翻墙。机场订阅分为Shadowsocks SIP002 URLs和Trojan两种订阅模式。我用Shadowsocks的订阅模式打开其中一个站点,查到相关的服务器地址等基础信息填入config.json,麻烦您看看是否正确(一些关键信息我用“sample.sample“替代)。感谢感谢。

"server": "sample.smaple", "server_port": 10011, "local_address": "0.0.0.0", "local_port": 1081, "password": "sample.sample", "timeout": 600, "method": "aes-128-gcm", "mode": "tcp_only", "plugin": "obfs-local", "plugin_opts": "obfs=http;obfs-host=sample.sample"

而对于trojan的订阅模式,单个站点内容不存在"method"这一项,所以我就不知道应该怎么填这个config.json了。是ss-merlin不能支持trojan的方式对应的相关站点?

**另外附上ps | grep ss只有下面的一条 8835 root 18432 S unbound -c /opt/share/ss-merlin/etc/unbound/unbound.conf

**另外2,iptables -t nat -L有下方的shadowsocks的信息 Chain SHADOWSOCKS_TCP (2 references) target prot opt source destination RETURN tcp -- anywhere anywhere match-set localips dst RETURN tcp -- anywhere anywhere match-set whitelist dst RETURN tcp -- anywhere anywhere match-set userwhitelist dst REDIRECT tcp -- 192.168.2.0/24 anywhere match-set gfwlist dst redir ports 1081 REDIRECT tcp -- 192.168.2.0/24 anywhere match-set usergfwlist dst redir ports 1081

Chain SS_OUTPUT (1 references) target prot opt source destination SHADOWSOCKS_TCP tcp -- anywhere anywhere

Chain SS_PREROUTING (1 references) target prot opt source destination SHADOWSOCKS_TCP tcp -- 192.168.2.0/24 anywhere

Chain VSERVER (1 references) target prot opt source destination VUPNP all -- anywhere anywhere

Chain VUPNP (1 references) target prot opt source destination DNAT udp -- anywhere anywhere udp dpt:42431 to:192.168.2.15:42431

Acris commented 2 days ago

从配置看到你的机场用到了 obfs-local 这个插件,这个插件已经有安全风险并且被弃用,如有需要的话,你要自己安装该插件到路由器上,本项目目前仅内置 v2ray-plugin 一个插件。