NOXCIS / Wiregate

"WireGate: Secure Intranet Deployment with WireGuard, Docker, and Enhanced Network Controls"
MIT License
218 stars 5 forks source link

DNS under local network (Stale) #1

Closed warmachinesocial closed 1 year ago

warmachinesocial commented 1 year ago

Can I still point to my local server IP as DNS in my router?

warmachinesocial commented 1 year ago

Sorry another question, I was trying to access the via wireguard outside of my network but couldn't get it working.. is it coz of my firewall where I have worm-hole?

NOXCIS commented 1 year ago

@nishp77 can you give more explanation on your setup

NOXCIS commented 1 year ago

I intended worm-hole to run on a VPS. However, I can make a branch for self hosting.

Drknz056 commented 1 year ago

Hi @NOXCIS , just wanted to say great work!

I am also seeking an answer to a similar question. I've run the script on a Linux VPS and I understand I can use Pi-hole when connected via the VPN.

However, I have a Google Wifi router at home. Is it possible to have my home network traffic go through Pi-hole as well without being connected to the VPN?

NOXCIS commented 1 year ago

@Drknz056 No Worm-Hole by design does not expose pihole. Because the container running on a docker private network without and exposed port. Meaning the only way to access the dashboard is through the VPN. However you can modify the docker-compose to do so. The Worm-Hole philosophy is to only expose the minimum amount of containers. Meaning only the WG-Dashboard, which should be blocked via firewall after configs are generated and distributed.