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

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm