Skip to content
Michael-X-Net edited this page Feb 6, 2023 · 2 revisions

Principle

Aggregate multiple HTTP proxies to achieve stable and high-speed socks5 proxy services. Currently, cloudflare and self-built servers are used as front-ends.

advantage:

  • Not afraid of server ip being blocked
  • Complete tcp proxy, no certificate problem, support non-http protocol

Performance:

Multiple socks5 communications will be merged together for transmission to improve communication efficiency A socks5 communication will be decomposed into multiple tcp transmissions to improve download/upload performance Short-term network interruption will not affect tcp transmission, higher stability

Anonymity

  • two jumps The first hop is a front-end proxy such as cloudflare, it is difficult to track the ip at one point
  • The communication process splits and merges to eliminate data fingerprints The communication to a target host will be decomposed into multiple ip communication Multiple link communication will be mixed in multiple links Therefore it is difficult to analyze the content of the communication by fingerprinting the transmission of individual connections
  • external features No Tor-like communication features Similar to normal Internet

Data transfer process

The client's socks5 request is encapsulated into http protocol data, forwarded to the x_tunnel server through a proxy such as cloudflare, and then the x_tunnel server restores the socks5 request, connects to the target website, and then encapsulates the target website data into http protocol data, and sends it back to the client through cloudflare , and then restore it to the socks5 protocol, and return it to the PC, which can solve the problem of the server IP being blocked caused by the direct connection mode of SS.

The structure diagram is as follows: bad wall

Charges

  • Season Package 15$

  • Annual Package 36$

  • 2-year package 48$

    Fee-based user project server purchase and maintenance, please support this project within your ability. It is recommended to use Paypal to purchase, easy to register, support UnionPay cards, and support 7-day unsatisfactory refund

how to buy

Register/login in the client X-Tunnel module, click "Configuration" -> "Purchase Package" It is recommended to visit https://xx-net.com to purchase

Clone this wiki locally