Categorygithub.com/4everland/4ever-name-server
modulepackage
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 .

# Functions

No description provided by the author

# Constants

No description provided by the author

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

No description provided by the author