From 5abc1954d4e49e4e28eccf20c2c0efb226e164e4 Mon Sep 17 00:00:00 2001 From: chenxxpro Date: Sat, 4 Jul 2026 06:04:39 +0000 Subject: [PATCH] Add MoonProxy - frp desktop GUI client --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eaf883..822771e 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,9 @@ [Wuzz](https://github.com/asciimoo/wuzz) is an interactive cli tool for HTTP inspection. It can be used to inspect/modify requests copied from the browser's network inspector with the "copy as cURL" feature. [Websocat](https://github.com/vi/websocat) is a ommand-line client for WebSockets, like netcat (or curl) for ws:// with advanced socat-like functions. - + +[MoonProxy](https://moonproxy.app) is a cross-platform desktop GUI client for [frp](https://github.com/fatedier/frp) (Fast Reverse Proxy), letting non-technical users expose local services through their own frps server with visual proxy-rule management, real-time traffic monitoring, and one-click connect. Built with Tauri v2, it runs on Windows and macOS. + • Connection: In networking, a connection refers to pieces of related information that are transferred through a network. This generally infers that a connection is built before the data transfer (by following the procedures laid out in a protocol) and then is deconstructed at the at the end of the data transfer. • Packet: A packet is, generally speaking, the most basic unit that is transferred over a network. When communicating over a network, packets are the envelopes that carry your data (in pieces) from one end point to the other.