Manage DNS Server (Bind9) via REST API
Find a file
Ananta Dwi Prasetya Purna Yuda cca7cc7c82
Merge pull request #3 from anantadwi13/refactor-request-body
using json as request body
2021-09-11 23:16:43 +07:00
.github Add Docker Build Workflow (#1) 2021-08-26 23:12:50 +07:00
cmd/service refactor code 2021-08-30 16:34:49 +07:00
internal change request body to json, add operationId 2021-09-11 23:15:09 +07:00
.gitignore update gitignore 2021-08-26 21:23:54 +07:00
Dockerfile add specification endpoint, update readme 2021-08-30 19:22:30 +07:00
go.mod refactor code 2021-08-30 16:34:49 +07:00
go.sum refactor code 2021-08-30 16:34:49 +07:00
README.md add specification endpoint, update readme 2021-08-30 19:22:30 +07:00
specification.yaml change request body to json, add operationId 2021-09-11 23:15:09 +07:00

DNS Server Manager

Manage DNS Server (Bind9) via REST API

Installation

Run container

docker run -it --name dns-server \
      -p 53:53/tcp \
      -p 53:53/udp \
      -p 127.0.0.1:953:953/tcp \
      -p 5555:5555 \
      -v $(pwd)/temp/data:/data \
      anantadwi13/dns-server-manager

Usage

After running container, open API Specification on http://{host}:5555/docs