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
- Host: GitHub
- URL: https://github.com/koho/dns-board
- Owner: koho
- Created: 2023-02-08T16:19:39.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T10:53:17.000Z (over 3 years ago)
- Last Synced: 2025-04-14T10:54:02.980Z (about 1 year ago)
- Language: Vue
- Size: 1.42 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DNS Board
A mini dns dashboard for DNSTAP.
## Screenshots

## 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
```