awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
docker-easyconnect avatar

docker-easyconnect/docker-easyconnect

0
View on GitHub↗
5,287 estrellas·428 forks·Shell·WTFPL·2 vistas

Docker Easyconnect

This project provides a containerized network bridge that isolates corporate VPN software from the host operating system. It utilizes a Docker container to encapsulate the VPN client, preventing software conflicts and installation clutter on the host machine.

The system includes a web-accessible graphical user interface for remote login and session management, allowing users to interact with VPN authentication prompts from any device. To enable application-level access, it implements a SOCKS5 and HTTP proxy gateway that routes host machine network traffic through the containerized connection.

The project further supports network traffic isolation and remote access through the use of virtual displays and proxy-based routing.

Features

  • Containerized Network Bridges - Acts as a containerized bridge that separates corporate VPN software from the host operating system.
  • Container Isolation Technologies - Provides isolation of the VPN client using containerization to prevent host system configuration changes.
  • Docker Container Deployments - Packages the VPN client and required system libraries into portable Docker images for consistent deployment.
  • VPN Client Containers - Provides a Docker container that isolates a VPN client with an integrated web-based GUI.
  • Traffic Routing Proxies - Directs host machine application data through a containerized network connection using SOCKS5 and HTTP proxies.
  • SOCKS5 Proxies - Routes host machine traffic through a containerized network using a SOCKS5 proxy server.
  • SOCKS5 Proxy Tunneling Clients - Implements a SOCKS5 proxy tunnel to route host application traffic through the containerized VPN connection.
  • Containerized Access - Isolates the corporate VPN client within a container to maintain a clean host system.
  • Containerized Clients - Runs the network client inside a container to keep the host system free of proprietary software installations.
  • Virtual Displays - Uses a virtual frame buffer to render the VPN client's GUI without requiring a physical monitor.
  • Remote Authentication Interfaces - Provides a remote graphical interface to interact with VPN login and authentication prompts.
  • Remote Access - Enables secure remote access to the VPN client's graphical user interface from external devices.
  • Web-Based VPN Interfaces - Offers a web-accessible graphical interface for interacting with VPN authentication prompts from any device.
  • Network Isolation - Isolates VPN network traffic within the container to prevent interference with host system networking.
  • VNC Interfaces - Streams the VPN client's virtual display to a remote device for interactive login and configuration.

Historial de estrellas

Gráfico del historial de estrellas de docker-easyconnect/docker-easyconnectGráfico del historial de estrellas de docker-easyconnect/docker-easyconnect

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Docker Easyconnect

Proyectos open-source similares, clasificados según cuántas características comparten con Docker Easyconnect.
  • sidpalas/devops-directive-docker-courseAvatar de sidpalas

    sidpalas/devops-directive-docker-course

    3,109Ver en GitHub↗

    This project is a Docker educational course and containerization training material. It provides a structured learning path and a DevOps curriculum focused on bundling software and dependencies into standalone images to ensure consistent environment deployment. The material covers the operational workflows of containerized applications within a software delivery pipeline. This includes instruction on Docker application packaging and the integration of containerization into the development lifecycle to standardize how applications are built, shipped, and run. The course addresses the setup of

    Roff
    Ver en GitHub↗3,109
  • vi/websocatAvatar de vi

    vi/websocat

    8,571Ver en GitHub↗

    Websocat is a specialized set of command-line tools for WebSocket communication, acting as a client, server, and stream processor. It provides a terminal-based interface for connecting to WebSocket servers, hosting secure WebSocket servers, and bridging data between WebSockets and other network transports. The project distinguishes itself by functioning as a bidirectional network relay, allowing the routing of data between WebSocket streams, TCP sockets, UNIX sockets, and standard system input and output. It includes specialized implementations for SOCKS5 and HTTP proxying, as well as a strea

    Rustclicommand-linecommand-line-tool
    Ver en GitHub↗8,571
  • klzgrad/naiveproxyAvatar de klzgrad

    klzgrad/naiveproxy

    9,196Ver en GitHub↗

    naiveproxy is a censorship circumvention tool and traffic obfuscation proxy. It functions as an HTTP/2 transport proxy that tunnels SOCKS5 traffic over HTTP/2 to hide network activity and bypass network blocks. The project distinguishes itself by mimicking standard web browser requests to evade deep packet inspection. It employs traffic camouflage techniques such as redirecting unauthorized probing requests to decoy web servers and using randomized packet padding to defeat length-based traffic analysis. The software provides a local SOCKS5 proxy endpoint, credential-based request authenticat

    C++
    Ver en GitHub↗9,196
  • fw876/helloworldAvatar de fw876

    fw876/helloworld

    4,165Ver en GitHub↗

    This project is a censorship circumvention tool and transparent proxy gateway designed to bypass local network restrictions. It functions as a SOCKS5 proxy server, a DNS tunneling tool, and a network traffic obfuscator to help users access blocked websites. The software implements masking protocols to hide the origin and destination of data to evade restrictive firewalls. It provides capabilities for network traffic obfuscation and secure DNS tunneling to protect network privacy and resolve blocked domains. The system handles wide-scale traffic management by intercepting system network traff

    C
    Ver en GitHub↗4,165
Ver las 30 alternativas a Docker Easyconnect→

Preguntas frecuentes

¿Qué hace docker-easyconnect/docker-easyconnect?

This project provides a containerized network bridge that isolates corporate VPN software from the host operating system. It utilizes a Docker container to encapsulate the VPN client, preventing software conflicts and installation clutter on the host machine.

¿Cuáles son las características principales de docker-easyconnect/docker-easyconnect?

Las características principales de docker-easyconnect/docker-easyconnect son: Containerized Network Bridges, Container Isolation Technologies, Docker Container Deployments, VPN Client Containers, Traffic Routing Proxies, SOCKS5 Proxies, SOCKS5 Proxy Tunneling Clients, Containerized Access.

¿Qué alternativas de código abierto existen para docker-easyconnect/docker-easyconnect?

Las alternativas de código abierto para docker-easyconnect/docker-easyconnect incluyen: sidpalas/devops-directive-docker-course — This project is a Docker educational course and containerization training material. It provides a structured learning… vi/websocat — Websocat is a specialized set of command-line tools for WebSocket communication, acting as a client, server, and… shadowsocksr-backup/shadowsocksr — ShadowsocksR is a Python-based implementation of a SOCKS5 proxy server designed to tunnel network traffic through… fw876/helloworld — This project is a censorship circumvention tool and transparent proxy gateway designed to bypass local network… shadowsocks/shadowsocks-rust — A Rust port of shadowsocks. klzgrad/naiveproxy — naiveproxy is a censorship circumvention tool and traffic obfuscation proxy. It functions as an HTTP/2 transport proxy…