awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
windtf avatar

windtf/wireproxy

0
View on GitHub↗
5,656 星标·392 分支·Go·ISC·2 次浏览

Wireproxy

wireproxy 是一个用户空间的 WireGuard 客户端和网络网关,无需 root 权限或系统级接口更改即可建立安全隧道。它作为一个 VPN 代理,可以将 WireGuard 连接暴露为 SOCKS5 或 HTTP 代理。

该项目提供专门的路由功能,包括根据服务器名称指示(SNI)引导加密流量的 TLS SNI 代理,以及用于将本地 TCP 和 UDP 端口映射到远程目标的网关。它支持多对等点管理,使用定义的 IP 范围在多个端点之间路由流量。

其他功能包括 DNS 主机名解析、通过标头进行的代理请求身份验证,以及用于保护客户端-服务器连接的 TLS 加密。该系统还支持通过管道命令将标准输入和输出流路由通过安全隧道。

该应用可作为后台系统服务集成,以确保持久性和自动恢复。

Features

  • Non-Root Virtual Interfaces - Creates a virtual network interface using private keys without requiring root privileges or kernel-level access.
  • User-Space Tunneling - Establishes secure WireGuard tunnels using private keys without requiring root privileges.
  • Non-Root VPN Access - Establishes secure encrypted connections to remote networks without requiring administrative permissions to modify system interfaces.
  • SNI Proxies - Implements a proxy that routes encrypted traffic by inspecting the Server Name Indication in TLS handshakes.
  • SOCKS5 Proxy Tunneling Clients - Implements a SOCKS5 proxy that tunnels network traffic through a secure WireGuard connection.
  • WireGuard Proxy Gateways - Translates incoming SOCKS5 proxy requests into encrypted packets for transmission over a WireGuard tunnel.
  • WireGuard-to-SOCKS5 Proxies - Tunnels network traffic through WireGuard and exposes the connection as a SOCKS5 or HTTP proxy.
  • SNI Routing - Routes TCP streams based on the Server Name Indication field during the TLS handshake over a tunnel.
  • Secure Tunnels - Establishes encrypted network bridges to connect multiple remote peers and route traffic via IP ranges.
  • WireGuard Key and Routing Management - Manages asymmetric key pairs and IP routing rules to route traffic between multiple WireGuard peers.
  • WireGuard VPN Support - Implements secure network tunnels using the WireGuard protocol and exposes them as proxies.
  • User-Space Implementations - Provides a network implementation of the WireGuard protocol that runs without root privileges.
  • DNS Override Resolvers - Provides DNS resolution that can override system settings to route queries through a secure tunnel.
  • UDP Tunneling - Forwards UDP packets from local addresses to remote targets through a secure tunnel.
  • IP Range Routing - Directs network traffic to specific peers based on predefined IP address and subnet CIDR rules.
  • Local Port Mapping - Maps local listener ports to remote targets by forwarding raw traffic through a secure tunnel.
  • Multi-Peer Routing - Allows simultaneous connections to multiple endpoints with traffic routed via defined IP ranges.
  • Layer 4 TCP Routing - Directs TCP traffic to specific targets using static routing rules.
  • TCP and UDP Forwarders - Forwards raw TCP and UDP packets from local ports to remote destinations through a secure connection.
  • Traffic Tunneling - Maps local TCP ports to remote destinations via a secure tunnel.
  • HTTP Proxy Forwarders - Provides an HTTP proxy that forwards connections through a secure WireGuard tunnel.

Star 历史

windtf/wireproxy 的 Star 历史图表windtf/wireproxy 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Wireproxy 的开源替代方案

相似的开源项目,按与 Wireproxy 的功能重合度排序。
  • p3terx/warp.shP3TERX 的头像

    P3TERX/warp.sh

    3,948在 GitHub 上查看↗

    This project provides a system for configuring dual-stack connectivity, establishing local proxy ports, and managing policy-based traffic routing. It functions as a utility to add IPv4 and IPv6 network exits to servers and a tool for importing and parsing WireGuard profiles to generate compatible network configurations. The software automates the installation and management of the Cloudflare WARP client across different operating systems. It enables the deployment of secure network tunnels and the creation of local SOCKS5 proxy ports to route specific application traffic without altering glob

    Shellcloudflarecloudflare-teamscloudflare-warp
    在 GitHub 上查看↗3,948
  • shadowsocks/shadowsocks-rustshadowsocks 的头像

    shadowsocks/shadowsocks-rust

    10,729在 GitHub 上查看↗

    A Rust port of shadowsocks

    Rusthttp-proxyrustsecurity
    在 GitHub 上查看↗10,729
  • ginuerzh/gostginuerzh 的头像

    ginuerzh/gost

    18,019在 GitHub 上查看↗

    gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted connections. It functions as a traffic obfuscation gateway and a transparent proxy server capable of intercepting TCP and UDP traffic at the IP level. The project also includes a virtual network interface manager for creating TUN and TAP devices to intercept operating system packets. The system distinguishes itself through a chain-based request routing model, allowing traffic to pass through an ordered sequence of proxy nodes. It provides extensive transport-layer encapsulatio

    Godnsgogolang
    在 GitHub 上查看↗18,019
  • octelium/octeliumoctelium 的头像

    octelium/octelium

    3,371在 GitHub 上查看↗

    Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and SQL resources. It functions as a secure gateway that validates human and workload identities using OIDC, SAML, and FIDO2 passkeys before granting access to internal applications and SaaS APIs. The system is distinguished by its secretless access broker, which injects credentials—such as API keys, passwords, and AWS Sigv4 signatures—at the gateway level so users can access databases and cloud resources without managing secrets. It further specializes in AI gateway administration,

    Goabacai-gatewayapi-gateway
    在 GitHub 上查看↗3,371
查看 Wireproxy 的所有 30 个替代方案→

常见问题解答

windtf/wireproxy 是做什么的?

wireproxy 是一个用户空间的 WireGuard 客户端和网络网关,无需 root 权限或系统级接口更改即可建立安全隧道。它作为一个 VPN 代理,可以将 WireGuard 连接暴露为 SOCKS5 或 HTTP 代理。

windtf/wireproxy 的主要功能有哪些?

windtf/wireproxy 的主要功能包括:Non-Root Virtual Interfaces, User-Space Tunneling, Non-Root VPN Access, SNI Proxies, SOCKS5 Proxy Tunneling Clients, WireGuard Proxy Gateways, WireGuard-to-SOCKS5 Proxies, SNI Routing。

windtf/wireproxy 有哪些开源替代品?

windtf/wireproxy 的开源替代品包括: p3terx/warp.sh — This project provides a system for configuring dual-stack connectivity, establishing local proxy ports, and managing… shadowsocks/shadowsocks-rust — A Rust port of shadowsocks. ginuerzh/gost — gost is a multi-protocol proxy tunnel and secure tunneling server designed to route network traffic through encrypted… octelium/octelium — Octelium is a zero-trust network access platform and identity-aware proxy designed to secure private HTTP, SSH, and… ibm/mcp-context-forge — mcp-context-forge is a Model Context Protocol federation gateway that unifies diverse AI tool servers and APIs into a… 3proxy/3proxy — 3proxy is a multi-protocol proxy server and network access control gateway. It functions as a network traffic…