From 5fed7f70eda00da83692001f46598cfc333e1172 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Thu, 21 May 2026 17:25:21 +0000 Subject: [PATCH] docs: add socks5 to readme and labels --- .github/labels.yml | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index cf36ef1c..51486f96 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -140,6 +140,8 @@ color: "ffc7ea" - name: "Category: Shadowsocks 🔁" color: "ffc7ea" +- name: "Category: Socks5 proxy 🔁" + color: "ffc7ea" - name: "Category: control server ⚙️" color: "ffc7ea" - name: "Category: kernel 🧠" diff --git a/README.md b/README.md index 5df111f1..a266fc65 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,7 @@ Lightweight swiss-army-knife-like VPN client to multiple VPN service providers - Choose the vpn network protocol, `udp` or `tcp` - Built in firewall kill switch to allow traffic only with needed the VPN servers and LAN devices - Built in Shadowsocks proxy server (protocol based on SOCKS5 with an encryption layer, tunnels TCP+UDP) +- Built in Socks5 proxy server (tunnels TCP) - partial credits to @angelakis and @adjscent - Built in HTTP proxy (tunnels HTTP and HTTPS through TCP) - [Connect other containers to it](https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-container-to-gluetun.md) - [Connect LAN devices to it](https://github.com/qdm12/gluetun-wiki/blob/main/setup/connect-a-lan-device-to-gluetun.md)