https://github.com/powerdns/dnsmessage
https://github.com/powerdns/dnsmessage
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powerdns/dnsmessage
- Owner: PowerDNS
- License: mit
- Created: 2020-10-23T07:11:52.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T11:19:20.000Z (10 months ago)
- Last Synced: 2025-10-11T05:03:22.793Z (10 months ago)
- Size: 25.4 KB
- Stars: 8
- Watchers: 13
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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