Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bootjp/simpledns
[WIP] Toy DNS Forwarder (Another name DNS Cache Server)
https://github.com/bootjp/simpledns
Last synced: 3 months ago
JSON representation
[WIP] Toy DNS Forwarder (Another name DNS Cache Server)
- Host: GitHub
- URL: https://github.com/bootjp/simpledns
- Owner: bootjp
- License: apache-2.0
- Created: 2021-09-30T08:24:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T14:39:19.000Z (4 months ago)
- Last Synced: 2024-10-23T20:40:06.901Z (3 months ago)
- Language: Go
- Homepage:
- Size: 222 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simpleDNS
## build
```
GOOS=linux GOARCH=arm64 go build
```