Skip to content

coredns.io

CoreDNS is a DNS server that chains plugins

Package Information

  • Domain: coredns.io
  • Name: coredns.io
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install coredns

Programs

This package provides the following executable programs:

  • coredns

Aliases

This package can also be accessed using these aliases:

  • coredns

Available Versions

Show all 8 versions
  • 1.12.2, 1.12.1, 1.12.0, 1.11.4, 1.11.3
  • 1.11.2, 1.11.1, 1.10.1

Latest Version: 1.12.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +coredns.io@1.12.2 -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.corednsio

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.