Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PowerDNS/dnsmessage
https://github.com/PowerDNS/dnsmessage
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/PowerDNS/dnsmessage
- Owner: PowerDNS
- License: mit
- Created: 2020-10-23T07:11:52.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T07:37:06.000Z (5 months ago)
- Last Synced: 2024-08-01T12:36:47.575Z (3 months ago)
- Size: 23.4 KB
- Stars: 6
- Watchers: 13
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - PowerDNS/dnsmessage - (others)
README
# The PowerDNS DNSMessage protobuf format
This repository contains the [protobuf] message format used by the protobuf
logging feature in [PowerDNS and dnsdist].See the relevant [PowerDNS Recursor documentation] and [dnsdist documentation]
for details.## Contributing
Any changes to this protobuf need to be accepted in this repository first,
before they are used in the PowerDNS server implementations.
The [PowerDNS and dnsdist] repository contains a vendored copy of this file
that must not be directly updated.## License
The protobuf description and all supporting tools in this repository are
licensed under the MIT license.[PowerDNS and dnsdist]: https://github.com/PowerDNS/pdns
[protobuf]: https://developers.google.com/protocol-buffers
[PowerDNS Recursor documentation]: https://docs.powerdns.com/recursor/lua-config/protobuf.html
[dnsdist documentation]: https://dnsdist.org/reference/protobuf.html