An open API service indexing awesome lists of open source software.

https://github.com/koho/dns-board

A mini dns dashboard for DNSTAP
https://github.com/koho/dns-board

Last synced: 5 months ago
JSON representation

A mini dns dashboard for DNSTAP

Awesome Lists containing this project

README

          

# DNS Board

A mini dns dashboard for DNSTAP.

## Screenshots

![home](/docs/screenshot.png)

## Compile

1. Build web pages

```shell
cd web
npm run build
cd ..
```

2. Copy dist directory

```shell
cp -r ./web/dist ./static/
```

3. Build the binary

```shell
go build main.go
```