Coder Social home page Coder Social logo

Comments (4)

zu1k avatar zu1k commented on June 8, 2024

提供的 http 代理只会对每一个 connect 请求进行处理,如果http proxy客户端对同一host保持 tcp 长链接,则无法切换 ip。如果想要实现对每一个 http 请求都切换 ip,则需要对 http 请求进行 MITM。

不过本程序不仅要支持 http 协议,还要支持任何使用 tcp 的其他协议,所以暂时没有进一步优化的打算

from http-proxy-ipv6-pool.

zhuxindong avatar zhuxindong commented on June 8, 2024

除了mitm,是否还有别的方式实现。或者请教下mitm的实现思路

from http-proxy-ipv6-pool.

zu1k avatar zu1k commented on June 8, 2024

除了mitm,是否还有别的方式实现

其实改一下客户端的行为让它不要长连接事最方便的,你都要换ip了长连接有啥用

请教下mitm的实现思路

可以读一下这里的代码 https://github.com/zu1k/Good-MITM

from http-proxy-ipv6-pool.

zhuxindong avatar zhuxindong commented on June 8, 2024

现在大部分客户端默认都是开启长连接的。非常感谢。

from http-proxy-ipv6-pool.

Related Issues (11)

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.