this post was submitted on 18 Jul 2025
9 points (90.9% liked)

Open Source

39635 readers
110 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
 

I run pi-hole on https://mydomain.com:88766. How do I configure windows to use this as DNS server?

DNS config seems only to support ip address and not domain name, and no place to fill in the port number

thanks a lot

top 6 comments
sorted by: hot top controversial new old
[–] scrubbles@poptalk.scrubbles.tech 10 points 3 weeks ago (1 children)

You cannot use a domain name to resolve DNS. Quite literally it's the Domain Name Service, it's the only thing you can't use a domain for. Just set a static IP on your pihole to something memorable like 193.168.1.2 or 10.10.10.10 or something.

[–] happeningtofry99158@lemmy.world 2 points 3 weeks ago (1 children)

Thank you I can understand this now. But what about port number?

[–] scrubbles@poptalk.scrubbles.tech 8 points 3 weeks ago (1 children)

53 is reserved for DNS, run it on that port instead

[–] happeningtofry99158@lemmy.world 1 points 3 weeks ago (1 children)

thank you! does this mean windows can only resolve dns server at port 553? is there a way to change it?

[–] scrubbles@poptalk.scrubbles.tech 5 points 3 weeks ago (1 children)

Nope, it's a universal standard across all systems, port 53 is always DNS

[–] happeningtofry99158@lemmy.world 1 points 3 weeks ago

thanks a lot