Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.09 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.09 KB

PopuraDNS

PopuraDNS is a simple DNS server with decentralized domain names support.

PopuraDNS can:

Usage

Building from source (requires Golang >=1.17):

git clone https://github.com/popura-network/PopuraDNS
cd PopuraDNS
./build.sh

Run PopuraDNS on port 53535 with a default config file:

./coredns -p 53535 -conf ./Corefile

See the contrib directory for systemd and openrc example files.

For Docker tips, see docs/DOCKER_TIPS.md

Configuration

PopuraDNS is a special build of CoreDNS. See Corefile for example PopuraDNS configuration file.

To list all available plugins, run ./coredns -plugins

For more information read the CoreDNS docs.