Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

关于访问控制 禁止路由本身ARIA2下载通过代理问题 #697

Closed
zld9827 opened this issue Jan 11, 2020 · 5 comments
Closed

关于访问控制 禁止路由本身ARIA2下载通过代理问题 #697

zld9827 opened this issue Jan 11, 2020 · 5 comments

Comments

@zld9827
Copy link

zld9827 commented Jan 11, 2020

请问路由开起ARIA2,外挂硬盘下载,在访问控制中如何添加路由器地址禁止走SS代理,因为魅影有规则审计,怕被封号,添路由地址还是127.0.0.1 all

@zld9827
Copy link
Author

zld9827 commented Jan 11, 2020

路由是AC86U 384 梅林 离线安装 的fancyss_hnd离线安装包1.81

@sqliuchang
Copy link
Contributor

# these sites need to go ss inside router
if [ "$ss_basic_mode" != "6" ]; then
echo "#for router itself" >>/tmp/wblist.conf
echo "server=/.google.com.tw/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/.google.com.tw/router" >>/tmp/wblist.conf
echo "server=/dns.google.com/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/dns.google.com/router" >>/tmp/wblist.conf
echo "server=/.github.com/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/.github.com/router" >>/tmp/wblist.conf
echo "server=/.github.io/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/.github.io/router" >>/tmp/wblist.conf
echo "server=/.raw.githubusercontent.com/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/.raw.githubusercontent.com/router" >>/tmp/wblist.conf
echo "server=/.adblockplus.org/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/.adblockplus.org/router" >>/tmp/wblist.conf
echo "server=/.entware.net/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/.entware.net/router" >>/tmp/wblist.conf
echo "server=/.apnic.net/127.0.0.1#$DNSF_PORT" >>/tmp/wblist.conf
echo "ipset=/.apnic.net/router" >>/tmp/wblist.conf
fi

路由本身会走代理的只有这几个域名,不放心的话可以试一次,一次机场应该不会封,只是警告而已

@zld9827
Copy link
Author

zld9827 commented Jan 12, 2020

谢谢,现在我只允许各别通过代理,其余都禁止,之后机场还没有出现审计

@zld9827
Copy link
Author

zld9827 commented Jan 12, 2020

机场的审计每天更新,过段时间就没有了,被审计的是
#6 | 屏蔽 BT(2) | 屏蔽 BT(2) | (torrent|.torrent|peer_id=|info_hash|get_peers|find_node|BitTorrent|announce_peer|announce.php?passkey=)

@marswow
Copy link

marswow commented Jan 18, 2020

访问控制最下面的全局设为不通过代理然后保存就可以了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants