-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DNSTap #114
Comments
What additional dependencies would it require? |
It depends on protobuf and fstrm. |
I will have to look into this since we are using the official buildroot recipe for unbound. I would probably rather upstream this as a buildroot option rather than maintain another patch. |
I'm not familiar with how options work for buildroot, but the components are all included in the source distribution for unbound. Its an option in the configure script, |
We can look into adding a new config option in here and see if the buildroot maintainers accept it. eg.
There would also need to be some additional dependencies added in here
|
There does not appear to be an fstrm package in buildroot, so we would need to make a whole new package for that as well. |
I have a PR that removes the dependency on buildroot: #143 If that PR becomes viable, and I merge it, then the changes above could be added directly to the Dockerfile. |
The current main branch now builds from sources without buildroot, so feel free to open a PR with the additional DNSTap dependencies and we will see how much size it adds to the image. |
@loe is this still something you are interested in? |
I'll look into it - still interested, would love to know where my traffic is going! |
Thoughts on an alternate build with it enabled? Drags in some dependencies, so not advocating for it as the default.
The text was updated successfully, but these errors were encountered: