mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #249] Running on Windows #100
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @DaveSwainOnBuy on GitHub (Oct 18, 2022).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/249
The docs ask for Windows users to confirm if this works for them. I am a Windows user and can confirm it does. We settled on running it within WSL2, but the commands given in the docs worked fine from PowerShell (and probably from CMD but this was not tested).
The below lets us create whatever locally served sites as we like without modifying our (locked down) hosts files. We now have domains resolved by this dns proxy server, and served by nginx. The config of these domains is right there in our codebase so if we add another service with its own domain all a dev needs to do is
git pulland maybe restart some containers and they're away.docker-compose.yml:
./docker/dns/config.json:
Thanks for the awesome work, and I hope this project will be maintained for a long time as I couldn't find anything else quite like it.
@mageddo commented on GitHub (Feb 23, 2023):
Thanks for the feedback @DaveSwainOnBuy , glad to know it's helping.