Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jw4/coredns-recorder
CoreDNS Recorder
https://github.com/jw4/coredns-recorder
Last synced: 4 days ago
JSON representation
CoreDNS Recorder
- Host: GitHub
- URL: https://github.com/jw4/coredns-recorder
- Owner: jw4
- Created: 2021-01-27T17:16:22.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-24T17:14:15.000Z (about 3 years ago)
- Last Synced: 2024-06-20T09:47:18.533Z (5 months ago)
- Language: Go
- Size: 81.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# coredns-recorder
Provides a CoreDNS plugin for recording queries.
By default the plugin will log to the CoreDNS log plugin.
You can optionally configure it to log to NATS.
If you log to NATS, you can also use the provided tool [`cmd/rec`](cmd/rec) to listen to NATS and log the records in CSV format to stdout or to a file.
Additional info in [doc/README.md](doc/README.md)