3 个仓库
Running networking interfaces within containers to provide secure connectivity for host or containerized applications.
Distinguishing note: None of the candidates cover the specific use case of hosting a VPN interface inside a container for system connectivity.
Explore 3 awesome GitHub repositories matching devops & infrastructure · Containerized Networking Interfaces. Refine with filters or upvote what's useful.
This project is a comprehensive technical documentation site and reference manual for configuring and deploying WireGuard VPN tunnels and interfaces. It serves as a guide for establishing encrypted network connections between peers using public key authentication to secure data traffic across untrusted networks. The documentation provides specific technical manuals for implementing NAT traversal solutions, including UDP hole punching and the use of bounce servers to connect peers behind restrictive firewalls. It also includes detailed guides on tunnel implementation and protocol references fo
Provides guidance on running networking interfaces inside containers to secure connectivity for applications.
本项目提供用于部署媒体服务器的容器化分发模板和镜像。它支持在 Docker 或 Kubernetes 环境中运行媒体服务器,利用包管理图表来简化家庭影院库的安装和管理。 该项目专注于通过硬件加速转码进行高性能视频处理,这是通过将图形处理单元设备透传到容器来实现的。它通过映射用于配置数据库和大规模媒体库的宿主目录来确保数据持久性。 该系统涵盖了广泛的运营功能,包括用于桥接或主机模式的网络配置、用于外部主机名映射的 Ingress 路由,以及用于管理文件访问的用户权限对齐。它还包括使用声明令牌进行服务器身份验证的机制,以及由镜像标签触发的自动二进制更新。 部署通过 Kubernetes Helm 图表和 Docker 镜像支持。
Configures network interfaces and ingress routes to make the containerized server accessible externally.
Pingtunnel is a network utility that implements ICMP tunneling by encapsulating TCP and UDP traffic within ICMP echo packets. It functions as an encrypted network tunnel and a SOCKS5 proxy server, allowing network traffic to be routed through a secure channel to bypass restrictive firewalls and network filters. The tool secures transmitted data using symmetric encryption to prevent interception of the tunneled payload. It uses a SOCKS5 proxy interface to accept standard network requests and redirect them into the ICMP tunnel. The system includes adaptive network polling to balance latency an
Provides a networking interface running within a container to provide secure connectivity.