Coredns - setup on windows
Download coredns from
https://github.com/coredns/coredns/releases/
Extract it and then run it with a CoreFile
example.org { file example.org prometheus # enable metrics errors # show errors log # enable query logs }
.\coredns -conf Corefile
This would run it on port 53.
Then use nslookup command to test it:
nslookup example.org localhost
Comments