3 repository-uri
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.
Acest proiect oferă șabloane de distribuție containerizate și imagini pentru implementarea unui server media. Acesta permite operarea unui server media în medii Docker sau Kubernetes, utilizând chart-uri de gestionare a pachetelor pentru a eficientiza instalarea și gestionarea bibliotecilor home cinema. Proiectul se concentrează pe procesarea video de înaltă performanță prin transcodare accelerată hardware, care este realizată prin passthrough-ul dispozitivelor GPU către container. Asigură persistența datelor prin maparea directoarelor gazdă pentru bazele de date de configurare și bibliotecile media la scară largă. Sistemul acoperă o gamă largă de capacități operaționale, inclusiv configurarea rețelei pentru modurile bridge sau host, rutarea ingress pentru maparea hostname-urilor externe și alinierea permisiunilor utilizatorilor pentru a gestiona accesul la fișiere. Include, de asemenea, mecanisme pentru autentificarea identității serverului folosind token-uri de revendicare și actualizări binare automate declanșate de tag-urile de imagine. Implementarea este susținută prin chart-uri Kubernetes Helm și imagini 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.