https://github.com/bootjp/simpledns
[WIP] Toy DNS Forwarder (Another name DNS Cache Server)
https://github.com/bootjp/simpledns
Last synced: about 1 year 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 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-27T17:16:11.000Z (about 1 year ago)
- Last Synced: 2025-04-30T23:50:05.335Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 250 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simpleDNS
## build
```
GOOS=linux GOARCH=arm64 go build
```