wirehole icon indicating copy to clipboard operation
wirehole copied to clipboard

WireHole is a combination of WireGuard, Pi-hole, and Unbound in a docker-compose project with the intent of enabling users to quickly and easily create a personally managed full or split-tunnel WireGu...

Results 74 wirehole issues
Sort by recently updated
recently updated
newest added

Hi I have an idea if it is possible to add cloudflare warp in the same conatiner, so it will connect to cloudflare and wirehole (server) will provide remote acces...

I set WIREGUARD_PEERS in .env to 50 and started the server. When I read the conf file in wirehole/config/peer1 into my smartphone using scp and connected, I was able to...

Fixes #111 and #113 Currently [docker-wireguard](https://github.com/linuxserver/docker-wireguard) uses the `PEERS` environment variable and not the `WIREGUARD_PEERS` that's currently in wirehole's docker-compose file. Example: [Link to docker-wireguard search for PEERS](https://github.com/search?q=repo%3Alinuxserver%2Fdocker-wireguard+%2F%28%3F-i%29PEERS%2F&type=code) This results...

Basically I setup the container as described in the guide, edited the docker compose adding the pihole ports and added a password for it. So this is the situation on...

There's no mention of `WIREGUARD_PEER_DNS` in docker-wireguard, but they do have `PEERDNS` which is currently defaulting to `auto` (results in the INTERNAL_SUBNET's gateway ip being used, but the docs say...

This PR removes these unused lines from .env.example: ``` # Subnet for the private network - NOT USED IN COMPOSE FILE, CAN BE REMOVED # SUBNET=10.2.0.0/24 ```

I spent a while for trying to understand why the PiHole was not working by default. The project description let me understand that it's virtually `docker compose up` and you...

I'm not seeing any mention of `REPLACE_ME_WITH_YOUR_PUBLIC_IP` in the docker-compose.yml, so it seems safe to remove this command from the quickstart guide: ``` # Replace the public IP placeholder in...

I tried to up a new version and nothing worked out for me. last commit hash: [74c4c9c](https://github.com/IAmStoxe/wirehole/commit/74c4c9cedf686d53304cc3996c9e802fbac3a82b)