{"id":18330002,"url":"https://github.com/88plug/wireguard-adguard-unbound","last_synced_at":"2026-01-21T13:01:57.732Z","repository":{"id":202564866,"uuid":"692842106","full_name":"88plug/wireguard-adguard-unbound","owner":"88plug","description":null,"archived":false,"fork":false,"pushed_at":"2023-09-17T19:22:06.000Z","size":20,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-09T17:58:29.642Z","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-17T18:42:07.000Z","updated_at":"2023-10-20T02:53:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d84c6e7-1aea-48c6-bb9b-7cbd9a8a9a98","html_url":"https://github.com/88plug/wireguard-adguard-unbound","commit_stats":null,"previous_names":["88plug/wireguard-adguard-unbound"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/88plug/wireguard-adguard-unbound","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-adguard-unbound","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-adguard-unbound/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-adguard-unbound/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-adguard-unbound/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/88plug","download_url":"https://codeload.github.com/88plug/wireguard-adguard-unbound/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/88plug%2Fwireguard-adguard-unbound/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28633747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-21T04:47:28.174Z","status":"ssl_error","status_checked_at":"2026-01-21T04:47:22.943Z","response_time":86,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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:23.383Z","updated_at":"2026-01-21T13:01:57.699Z","avatar_url":"https://github.com/88plug.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Wireguard - AdGuard - Unbound: Root Server Edition\n\n## Table of Contents\n\n1. [Overview](#overview)\n2. [Features](#features)\n3. [Why Choose This Solution](#why-choose-this-solution)\n4. [Prerequisites](#prerequisites)\n5. [Getting Started](#getting-started)\n   - [Installation](#installation)\n   - [Configuration](#configuration)\n6. [Detailed Usage Guide](#detailed-usage-guide)\n\n## Overview\n\nWelcome to the Wireguard - AdGuard - Unbound project, a comprehensive Docker Compose setup designed for robust network security and privacy. This repository includes configurations for AdGuard Home, Unbound, and WireGuard via WG-Easy.\n\n## Features\n\n- **AdGuard Home**: Blocks ads and trackers and provides web filtering and parental controls.\n- **Unbound**: Validates, caches, and recursively resolves DNS queries, supporting DNSSEC.\n- **WireGuard via WG-Easy**: Offers a modern, fast VPN with top-notch cryptography.\n\n## Why Choose This Solution\n\nThis setup provides:\n\n- Network-level ad and tracker blocking.\n- DNS query encryption for added security.\n- VPN for secure and private internet access.\n\n## Prerequisites\n\n- Installed Docker and Docker Compose.\n- Basic knowledge of DNS, Docker, and VPN concepts.\n- A host machine with a static IP or a configured DNS resolver.\n\n## Getting Started\n\n### Installation\n\n1. **Clone the Repository**\n\n    ```bash\n    git clone https://github.com/wireguard-adguard-unbound\n    ```\n\n2. **Navigate to the Project Directory**\n\n    ```bash\n    cd wireguard-adguard-unbound\n    ```\n\n3. **Update Essential Variables**\n\n    Update these essential variables in the `docker-compose.yml`:\n\n    - `WG_HOST`: Your public IP address.\n    - `PASSWORD`: A secure password for WireGuard.\n    \n4. **Deploy the Services**\n\n    ```bash\n    docker-compose up -d\n    ```\n\n### Configuration\n\n- Access the AdGuard Home web panel at `http://\u003chost_ip\u003e:3000`.\n- Access the WG-Easy web panel at `http://\u003chost_ip\u003e:51821`.\n\n#### Using Root DNS Servers\n\nTo make full use of root DNS servers for DNS resolution, ensure to set both the **Upstream DNS servers** and **Bootstrap DNS servers** in your AdGuard Home or system settings to `127.0.0.1:5053`. This will route your DNS queries to Unbound, which is configured to leverage root DNS servers for DNS lookups.\n- **Upstream DNS Servers**: Set this to `127.0.0.1:5053` to use root DNS servers.\n- **Bootstrap DNS Servers**: Also set this to `127.0.0.1:5053` for the same reason.\nBy setting both the Upstream and Bootstrap DNS servers to `127.0.0.1:5053`, you ensure that all DNS queries are securely and accurately resolved using the root DNS servers.\n\n## Detailed Usage Guide\n\nAdGuard Home configuration files in `./adguard/opt-adguard-conf`.\nUnbound configurations in `./unbound`.\nWG-Easy configurations in `~/.wg-easy`.\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Fwireguard-adguard-unbound","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F88plug%2Fwireguard-adguard-unbound","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F88plug%2Fwireguard-adguard-unbound/lists"}