From 667a5375734d5ba4d9e34a8e90e99c173caf6f30 Mon Sep 17 00:00:00 2001 From: kokomo123 <70863536+kokomo123@users.noreply.github.com> Date: Fri, 13 Jun 2025 21:42:08 +0000 Subject: [PATCH] Add G3Proxy to Proxy (#1240) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> --- software/g3proxy.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/g3proxy.yml diff --git a/software/g3proxy.yml b/software/g3proxy.yml new file mode 100644 index 0000000000..b03668013a --- /dev/null +++ b/software/g3proxy.yml @@ -0,0 +1,11 @@ +name: g3proxy +website_url: "https://g3-project.readthedocs.io/projects/g3proxy/en/latest/" +source_code_url: "https://github.com/bytedance/g3/tree/master/g3proxy" +description: "Forward proxy server supporting proxy chaining, protocol inspection, MITM Interception, ICAP adaptation and transparent proxy." +licenses: + - Apache-2.0 +platforms: + - Rust + - deb +tags: + - Proxy \ No newline at end of file