-
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.
-
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.
-
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.
-
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.
-
I recommend https://github.com/cbeuw/Cloak which is designed for this use case.
-
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.
-
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.
-
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.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.