DEV Community

vivek kumar sahu
vivek kumar sahu

Posted on

How to configure CoreDNS in Linux(Part-1)..

For CoreDNS installation in Linux, you can proceed further.

📌Go to this Link-->
https://github.com/coredns/coredns/releases/tag/v1.8.3

Now copy this link, as shown in the below image.
Alt Text

📌Now run the below command to download the software.
$ wget https://github.com/coredns/coredns/releases/download/v1.8.3/coredns_1.8.3_linux_amd64.tgz
Alt Text

Software is installed but it is in a zip format.
Alt Text

📌So you need to unzip this file "coredns_1.8.3_linux_amd64.tgz"
Now, run the command to unzip.
tar -xvzf coredns_1.8.3_linux_amd64.tgz
Alt Text

And finally, your program CoreDNS is installed.
Alt Text

Heroku

Built for developers, by developers.

Whether you're building a simple prototype or a business-critical product, Heroku's fully-managed platform gives you the simplest path to delivering apps quickly — using the tools and languages you already love!

Learn More

Top comments (0)

Postmark Image

20% off for developers who'd rather build features than debug email

Stop wrestling with email delivery and get back to the code you love. Postmark handles the complexities of email infrastructure so you can ship your product faster.

Start free

👋 Kindness is contagious

DEV is better (more customized, reading settings like dark mode etc) when you're signed in!

Okay