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

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs