Categorygithub.com/4everland/4ever-name-server
repositorypackage
0.1.0
Repository: https://github.com/4everland/4ever-name-server.git
Documentation: pkg.go.dev

# README

4ever-Name-Server

CoreDNS plugin for authoritative server.
This project needs to paired with a Resource Record (RR) repository.

Syntax

fns {
  api-url URL
}
  • api-url is the query URL of the Resource Record (RR).

Examples

. {
  fns {
    api-url https://ns.example.com/resouce-records
  }
}  

Compilation from Source

sh build.sh

Compilation with Docker

docker build -t fns .