awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
IAmStoxe avatar

IAmStoxe/wirehole

0
View on GitHub↗
4,960 Stars·341 Forks·11 Aufrufeiamstoxe.com↗

Wirehole

Wirehole ist ein containerisierter Netzwerk-Stack, der einen WireGuard-VPN-Server mit rekursiver DNS-Auflösung und sinkhole-basierter Werbefilterung integriert. Er bündelt diese voneinander abhängigen Dienste in einer einzigen verwalteten Umgebung unter Verwendung eines Compose-basierten Deployments.

Das System ermöglicht netzwerkweites Ad-Blocking und Tracker-Filterung durch das Abfangen von DNS-Anfragen mittels eines Sinkholes. Es implementiert rekursive DNS-Auflösung, um Domainnamen unabhängig von externen Upstream-Anbietern aufzulösen, und bietet eine webbasierte Schnittstelle zur Verwaltung von VPN-Client-Peers und Schlüsseln.

Zusätzliche Funktionen umfassen Split-Tunnel-Traffic-Routing, um spezifische IP-Bereiche durch den sicheren Tunnel zu leiten, sowie dynamische DNS-Integration, um schwankende öffentliche IP-Adressen auf statische Hostnamen abzubilden.

Features

  • Virtual Private Network Servers - Provides a self-hosted VPN server that establishes secure encrypted tunnels between clients and the server.
  • DNS Sinkholes - The product filters DNS traffic to prevent advertisements from loading on all connected devices.
  • DNS Sinkhole Ad Blockers - Implements network-wide ad and tracker blocking by intercepting DNS queries using a sinkhole.
  • Recursive DNS Resolvers - Performs full DNS lookups from root servers to resolve addresses independently of external upstream providers.
  • Web-Based VPN Interfaces - Provides a web-based administrative interface to control VPN peer connections by adding or removing users.
  • WireGuard Management - Provides a web-based interface for managing WireGuard VPN tunnels, client peers, and keys.
  • WireGuard VPN Orchestrators - Deploys a containerized WireGuard VPN orchestrator integrated with Pi-hole and Unbound for network-wide filtering.
  • Network Service Stacks - Bundles a VPN server, DNS filter, and recursive resolver into a single managed compose-based environment.
  • DNS Sinkholes - Intercepts DNS queries and resolves unwanted domains to a null address to block ads across the network.
  • Recursive DNS Resolvers - Uses a recursive resolver to traverse the DNS hierarchy, reducing reliance on external network providers.
  • DNS Caches - Stores previously resolved domain names in memory to reduce latency and external network requests.
  • Split Tunneling - Configures network rules to direct only specific IP ranges through the secure tunnel while ignoring others.
  • Personal VPN Deployments - Provides a containerized setup for deploying secure remote access servers with flexible tunnel configurations.

Star-Verlauf

Star-Verlauf für iamstoxe/wireholeStar-Verlauf für iamstoxe/wirehole

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Wirehole

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Wirehole.
  • dotheevo/selfhosted-apps-dockerAvatar von DoTheEvo

    DoTheEvo/selfhosted-apps-docker

    2,833Auf GitHub ansehen↗

    This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source services on a home server. It primarily utilizes Docker and Docker Compose to automate the orchestration, lifecycle management, and deployment of containerized applications. The repository provides a comprehensive suite for self-hosted infrastructure, covering network management tools, media streaming, and home automation. It includes specialized configurations for securing internal services via reverse proxies, WireGuard VPN tunnels, and automated SSL/TLS certificate manageme

    Shell
    Auf GitHub ansehen↗2,833
  • trailofbits/algoAvatar von trailofbits

    trailofbits/algo

    30,278Auf GitHub ansehen↗

    Algo is a cloud VPN deployment tool and WireGuard orchestrator designed to automate the provisioning and configuration of personal VPN servers across multiple cloud infrastructure providers. It functions as a multi-cloud infrastructure provisioner and a VPN client configuration generator, creating the necessary tunnels and connection profiles for secure device connectivity. The project distinguishes itself by integrating a network ad-blocking DNS server directly into the deployment, filtering advertisements and malicious domains for all connected clients. It further simplifies the onboarding

    Pythonansibleencryptionikev2
    Auf GitHub ansehen↗30,278
  • pi-hole/docker-pi-holeAvatar von pi-hole

    pi-hole/docker-pi-hole

    10,760Auf GitHub ansehen↗

    This project provides a containerized DNS sinkhole and network-wide traffic filtering solution. It functions as a central network resolver that intercepts domain queries, allowing users to block advertisements, trackers, and malicious domains by returning null responses to connected devices. The platform distinguishes itself through its integrated DHCP server and comprehensive management capabilities, which allow for automated IP address allocation and granular control over network traffic. It supports complex filtering through regular expression matching, hierarchical rule prioritization, an

    Shellad-blockerdnsdocker-container
    Auf GitHub ansehen↗10,760
  • raspap/raspap-webguiAvatar von RaspAP

    RaspAP/raspap-webgui

    5,184Auf GitHub ansehen↗

    This project is a wireless hotspot management interface for Debian devices. It provides a web-based controller for managing wireless access points, wireless repeaters, VPN gateways, and DNS ad-blocking filters. The system includes a captive portal framework to intercept network traffic via customizable splash pages and a VPN controller that supports WireGuard and OpenVPN with kill-switch functionality. It further differentiates itself with a DNS ad-blocking filter using curated blacklists and the ability to operate in multiple network modes, including bridged access point and wireless repeate

    PHParmbiandebiandnsmasq
    Auf GitHub ansehen↗5,184
Alle 30 Alternativen zu Wirehole anzeigen→

Häufig gestellte Fragen

Was macht iamstoxe/wirehole?

Wirehole ist ein containerisierter Netzwerk-Stack, der einen WireGuard-VPN-Server mit rekursiver DNS-Auflösung und sinkhole-basierter Werbefilterung integriert. Er bündelt diese voneinander abhängigen Dienste in einer einzigen verwalteten Umgebung unter Verwendung eines Compose-basierten Deployments.

Was sind die Hauptfunktionen von iamstoxe/wirehole?

Die Hauptfunktionen von iamstoxe/wirehole sind: Virtual Private Network Servers, DNS Sinkholes, DNS Sinkhole Ad Blockers, Recursive DNS Resolvers, Web-Based VPN Interfaces, WireGuard Management, WireGuard VPN Orchestrators, Network Service Stacks.

Welche Open-Source-Alternativen gibt es zu iamstoxe/wirehole?

Open-Source-Alternativen zu iamstoxe/wirehole sind unter anderem: dotheevo/selfhosted-apps-docker — This project is a curated collection of deployment files and configurations for hosting a wide variety of open-source… trailofbits/algo — Algo is a cloud VPN deployment tool and WireGuard orchestrator designed to automate the provisioning and configuration… pi-hole/docker-pi-hole — This project provides a containerized DNS sinkhole and network-wide traffic filtering solution. It functions as a… raspap/raspap-webgui — This project is a wireless hotspot management interface for Debian devices. It provides a web-based controller for… pivpn/pivpn — PiVPN is an automated VPN deployer and server manager designed to establish secure gateways for remote network access.… ngoduykhanh/wireguard-ui — wireguard-ui is a web-based management interface and configuration generator for WireGuard VPN servers. It provides an…