Wireguard handshake in IRAN - HELP

This page summarizes the projects mentioned and recommended in the original post on /r/WireGuard

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. phantun

    Transforms UDP stream into (fake) TCP streams that can go through Layer 3 & Layer 4 (NAPT) firewalls/NATs.

    turn UDP into TCP https://github.com/dndx/phantun It does not modify the UDP payload, so the usual WG signatures such as 01 00 00 00 header, all zeros mac2 field, fixed length handshake message etc.al. are still there.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. udp2raw

    A Tunnel which Turns UDP Traffic into Encrypted UDP/FakeTCP/ICMP Traffic by using Raw Socket,helps you Bypass UDP FireWalls(or Unstable UDP Environment)

    obfuscate WG and optionally turn UDP to TCP https://github.com/wangyu-/udp2raw It can obfuscate the WG signatures. You can also use it for OpenVPN.

  4. ipt_xor

    iptables xor module

    obfuscate udp packet by XOR https://github.com/faicker/ipt_xor Being an iptables module, this one is very fast compare to udp2raw. The con is it doesn’t change the packet length, besides WG packet has a lots of zeros so the key used for XOR is easy to recognize. However, the ISP most likely use some kind of hardware implementation to detect fixed patterns. So this simple XOR may be enough for evading detection.

  5. Cloak

    A censorship circumvention tool to evade detection by authoritarian state adversaries

    I recommend https://github.com/cbeuw/Cloak which is designed for this use case.

  6. shadowsocks-android

    A shadowsocks client for Android

    You're right, I didn't think of that. Hmm, maybe you can use a proxy app (e.g. shadowsocks, sagernet, v2rayNG), but I don't have any experience with these.

  7. SagerNet

    Discontinued The universal proxy toolchain for Android

    You're right, I didn't think of that. Hmm, maybe you can use a proxy app (e.g. shadowsocks, sagernet, v2rayNG), but I don't have any experience with these.

  8. v2rayNG

    A V2Ray client for Android, support Xray core and v2fly core

    You're right, I didn't think of that. Hmm, maybe you can use a proxy app (e.g. shadowsocks, sagernet, v2rayNG), but I don't have any experience with these.

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • 还有人不用机场的么?

    4 projects | /r/China_irl | 6 Dec 2022
  • What are the most underrated/interesting apps in Google Play?

    2 projects | /r/androidapps | 21 Sep 2022
  • Russia has started indiscriminately blocking all OpenVPN/WireGuard connections

    12 projects | news.ycombinator.com | 20 Jan 2024
  • V2Ray GeoIP for Iran

    2 projects | /r/dumbclub | 10 Jul 2023
  • Any servers working in Russia left?

    3 projects | /r/mullvadvpn | 21 Jun 2023

Did you know that Kotlin is
the 17th most popular programming language
based on number of references?