# 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
# Interfaces
No description provided by the author
# Type aliases
No description provided by the author