Lichtenshtein / PopuraDNS

A simple DNS server with decentralized domain names support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A simple DNS server with decentralized domain names support

License:Apache License 2.0


Languages

Language:Shell 68.2%Language:Dockerfile 31.8%