All settings are manual except for the wireless clients. None of my servers or PCs are using DHCP. I was really surprised when I used a website that checks the DNS server you're using.
If you are truly configuring your Windows IP networking manually (i.e., in the IPv4 properties box, you have "use the following IP address" and "use the following DNS server address" checked and have entered the right IP addresses), then
Windows will use those entries, with the following caveats:
- Other network adapters can have DNS server settings, which are treated as global settings if more than one adapter is connected. Disable all adapters but the one you actually use.
- If you have more than one listed DNS server, it has been reported that Windows will sometimes keep querying the one that answered last, even if that is not the first one listed. This only matters if the first server(s) in the list aren't available at times.
You can easily check which DNS server is being queried by running "nslookup"...it will tell you what server it is using before it returns an answer. If it is returning the correct address (your pihole), then the answer likely lies with what other people have said...your browser is using DNS over HTTPS. Disable that and you should be fine.