Code Monkey home page Code Monkey logo

Comments (13)

zw963 avatar zw963 commented on June 1, 2024

只要通过域名, 而且域名在国内白名单内, 都不会走 ss 通道, 但是要通过 ip, 这个控制不了.

如果想省流量, 你用那个 chinadns 的版本试试, 会检测 IP.

from asuswrt-merlin-transparent-proxy.

gitx6 avatar gitx6 commented on June 1, 2024

跑流量问题不大。主要是钓鱼种子,vps服务商收到律师信会关闭端口

from asuswrt-merlin-transparent-proxy.

gitx6 avatar gitx6 commented on June 1, 2024

ss-rules是不是可以指定局域网某台电脑bypass FQ服务器?

from asuswrt-merlin-transparent-proxy.

zw963 avatar zw963 commented on June 1, 2024

没用过, 不知道啊

from asuswrt-merlin-transparent-proxy.

gitx6 avatar gitx6 commented on June 1, 2024

假定BT下载的电脑ip地址为192.168.1.10。在iptables.sh添加如下记录:

iptables -t nat -A SHADOWSOCKS -s 192.168.1.10 -p tcp -j REDIRECT --to-ports 1080

应该是1080还是1082,还是5356?有些迷糊。

from asuswrt-merlin-transparent-proxy.

gitx6 avatar gitx6 commented on June 1, 2024

iptables -t nat -I SHADOWSOCKS -s 192.168.1.10 -j RETURN

from asuswrt-merlin-transparent-proxy.

zw963 avatar zw963 commented on June 1, 2024

@wangxin6 , 我的 iptables.sh 里面, 有下面这行代码.

$iptables -t nat -A SHADOWSOCKS -d 192.168.0.0/16 -j RETURN

是不是和你提供的类似效果? (-A 和 -l 的差别)

from asuswrt-merlin-transparent-proxy.

gitx6 avatar gitx6 commented on June 1, 2024

看起来是 -s的参数,指定来源192.168.1.10的流量全部绕过SS

from asuswrt-merlin-transparent-proxy.

zw963 avatar zw963 commented on June 1, 2024

看起来是 -s的参数,指定来源192.168.1.10的流量全部绕过SS

如果用 -s, 192.168.1.10 这个主机怎么翻?

from asuswrt-merlin-transparent-proxy.

gitx6 avatar gitx6 commented on June 1, 2024

目的就是不让这个主机翻。避免BT钓鱼种子走SS服务器,被服务商关端口。

from asuswrt-merlin-transparent-proxy.

zw963 avatar zw963 commented on June 1, 2024

目的就是不让这个主机翻。避免BT钓鱼种子走SS服务器,被服务商关端口。

那么, 这应该属于个人自定义配置了吧, 无论如何, 解决了你的问题就好.

貌似这个 issue, 没有什么可以修改的了, 那就关闭吧.

from asuswrt-merlin-transparent-proxy.

zw963 avatar zw963 commented on June 1, 2024

@wangxin6 , 我新增了一个服务器部署脚本, https://github.com/zw963/asuswrt-merlin-transparent-proxy/blob/master/ss-server_install, 在服务器上一键部署 ss server, 其实你可以考虑下, 自己买个香港的 VPS (很多都一个月试用,不要钱的), 我的一个月才 $9, 200GB, 不限速, 速度超级快, 几乎从不掉线.

自己部署, 应该也没有你这里的问题.

from asuswrt-merlin-transparent-proxy.

gitx6 avatar gitx6 commented on June 1, 2024

这个属于技术探讨。谢谢。

from asuswrt-merlin-transparent-proxy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.