Registry / utility / coredns-corefile-migration

coredns-corefile-migration

JSON →
library1.0.32gogounverified

A Go library for migrating CoreDNS Corefile configurations between versions.

go get github.com/coredns/corefile-migration
INSTALL
IMPORT
SIG · COREDNS-COREFILE-M
C
coredns-corefile-migration
utilitygov1.0.32
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

corefile
github.com/coredns/corefile-migration

Migrate a Corefile from one CoreDNS version to another.

package main import ( "fmt" "github.com/coredns/corefile-migration" ) func main() { migrated, err := corefile.Migrate("example.org", "1.0.0", "1.1.0", "original corefile") if err != nil { panic(err) } fmt.Println(migrated) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.32latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
coredns-corefile-migration — go get coredns-corefile-migration · libregistry