Coder Social home page Coder Social logo

Comments (1)

crazypeace avatar crazypeace commented on May 28, 2024

你好,谢谢你的反馈!你附带的信息也足够,非常好!

这个现象是受限于 hax/woiden 的问题。

原理上说,是脚本在VPS上通过curl 访问一下外部的 HTTP url,外部的那台服务器会根据来访的IP地址再返回给这个HTTP请求。
比如:

curl -4 -s https://api.myip.la
curl -6 -s https://api.myip.la
curl -s https://api.myip.la

如果你看一下其它的一些脚本,类似的HTTP url有:

curl https://ip.seeip.org

而现在 hax/woiden 的网络环境造成的现象是,用这样的技术去检测VPS本机IP是不准的。

  1. 我目前没有发现更好的技术。
  2. 我的脚本支持了带参数的方式跳过检测机制,请看 https://github.com/crazypeace/V2ray_VLESS_WebSocket_TLS_CaddyV2#%E5%B8%A6%E5%8F%82%E6%95%B0%E6%89%A7%E8%A1%8C

在你的环境上你可以使用 bash <(curl -L https://github.com/crazypeace/V2ray_VLESS_WebSocket_TLS_CaddyV2/raw/main/install.sh) registw.ipv6d.my.id 6

from v2ray_wss.

Related Issues (19)

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.