{"id":18330004,"url":"https://github.com/88plug/wireguard-pi-hole-unbound","last_synced_at":"2026-01-22T14:35:58.261Z","repository":{"id":195406426,"uuid":"692847096","full_name":"88plug/wireguard-pi-hole-unbound","owner":"88plug","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-17T19:20:36.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T17:58:31.199Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/88plug.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-09-17T19:00:55.000Z","updated_at":"2023-09-17T19:05:23.000Z","dependencies_parsed_at":"2023-09-17T20:22:41.836Z","dependency_job_id":"f48f6c73-4fb6-4f41-85c5-37329e5f4800","html_url":"https://github.com/88plug/wireguard-pi-hole-unbound","commit_stats":null,"previous_names":["88plug/wireguard-pihole-unbound"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/88plug/wireguard-pi-hole-unbound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-pi-hole-unbound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-pi-hole-unbound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-pi-hole-unbound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-pi-hole-unbound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/88plug","download_url":"https://codeload.github.com/88plug/wireguard-pi-hole-unbound/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-pi-hole-unbound/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28664656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T14:01:31.714Z","status":"ssl_error","status_checked_at":"2026-01-22T13:59:23.143Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-05T19:19:33.189Z","updated_at":"2026-01-22T14:35:58.247Z","avatar_url":"https://github.com/88plug.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wireguard - Pi-hole - Unbound: Root Server Edition\n\n## Overview\n\nThis repository provides an all-in-one solution for network security and privacy. It uses Pi-hole with Unbound for DNS-level ad-blocking and DNSSEC validation, along with WireGuard via WG-Easy for a fast and secure VPN. All services are containerized using Docker for easy deployment and management.\n\n## Table of Contents\n\n1. [Overview](#overview)\n2. [Features](#features)\n3. [Prerequisites](#prerequisites)\n4. [Getting Started](#getting-started)\n    1. [Installation](#installation)\n    2. [Configuration](#configuration)\n\n## Features\n\n- **Pi-hole**: DNS sinkhole that protects your devices from unwanted content, without installing any client-side software.\n- **Unbound**: A secure, validating, recursive, and caching DNS resolver with support for DNSSEC.\n- **WireGuard via WG-Easy**: A fast and modern VPN that uses state-of-the-art cryptography.\n\n## Prerequisites\n\n- Docker and Docker Compose installed.\n- Basic understanding of DNS, Docker, and VPN concepts.\n- A machine with a static IP address for hosting the services.\n\n## Getting Started\n\n### Installation\n\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/wireguard-pi-hole-unbound\n    ```\n\n2. **Navigate to the Project Directory**\n\n    ```bash\n    cd wireguard-pi-hole-unbound\n    ```\n\n3. **Update Essential Variables**\n\n    Before deploying the services, you must update the following essential environment variables in the `docker-compose.yml` file:\n\n    - **WG_HOST**: Replace with your public IP address.\n    - **PASSWORD**: Replace with a secure password.\n    - **TZ**: Timezone for the Pi-hole container. Use the \"Area/Location\" format (e.g., `America/New_York`, `Europe/London`, `Asia/Tokyo`, `Australia/Sydney`, `Africa/Johannesburg`, or `UTC`).\n    - **WEBPASSWORD**: Password for accessing the Pi-hole web interface.\n\n4. **Deploy the Services**\n\n    ```bash\n    docker-compose up -d\n    ```\n\n### Configuration\n\n- Access the Pi-hole web panel at `http://\u003chost_ip\u003e:80`.\n- Access the WG-Easy web panel at `http://\u003chost_ip\u003e:51821`.\n\n#### Pi-hole and Unbound\n\nBoth are bundled in a single container. Configuration files for Pi-hole are located in the Docker volume `etc_pihole-unbound`. Pi-hole's web interface can be accessed via port 80 or 443, and it listens for DNS queries on port 53.\n\n#### WG-Easy\n\nConfiguration files for WG-Easy can be found under `~/.wg-easy`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Fwireguard-pi-hole-unbound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F88plug%2Fwireguard-pi-hole-unbound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Fwireguard-pi-hole-unbound/lists"}