https://github.com/PowerDNS/dnsmessage
https://github.com/PowerDNS/dnsmessage
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/PowerDNS/dnsmessage
- Owner: PowerDNS
- License: mit
- Created: 2020-10-23T07:11:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-11-21T10:14:18.000Z (over 1 year ago)
- Last Synced: 2025-02-22T03:43:57.586Z (over 1 year ago)
- Size: 19.5 KB
- Stars: 7
- Watchers: 15
- Forks: 6
- Open Issues: 0
-
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