Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lentil32/wireguard-with-adguard
WireGuard VPN with AdGuard Home in docker compose
https://github.com/lentil32/wireguard-with-adguard
Last synced: 25 days ago
JSON representation
WireGuard VPN with AdGuard Home in docker compose
- Host: GitHub
- URL: https://github.com/lentil32/wireguard-with-adguard
- Owner: lentil32
- Created: 2024-03-07T06:52:58.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-01T13:18:37.000Z (9 months ago)
- Last Synced: 2024-04-01T14:34:33.205Z (9 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tested Environment
- Ubuntu 22.04
- AWS Lightsail## Prerequisites
- Any OS (tested on Ubuntu 22.04 only)
Docker and Docker Compose is required
- Installed:
- [Docker](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-22-04)
- [Docker Compose](https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-compose-on-ubuntu-22-04)
- 51820/UDP port should be open in public. Recommend to search with keyword `Port forwarding`.## Getting Started
1. Meet all the requirements from `Prerequisites` section.
2. Run docker container:
```
git clone https://github.com/lentil32/wireguard-with-adguard
cd wireguard-with-adguard
sudo docker compose up -d
```3. Go to folder and copy the content of config file (e.g. `peer1.conf`):
```
cd wireguard/peer1
cat peer1.conf
```4. Put the content from `3` into your WireGuard VPN tunnel configuration.
5. Connect to the instance.
6. Go to `http://10.2.0.100:3000` and complete the initilization.
- Without this step, clients cannot get DNS records so they can only
connect to internet with IP e.g., `1.1.1.1`.