-
Notifications
You must be signed in to change notification settings - Fork 14
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
provide host lookups #37
Labels
enhancement
New feature or request
Comments
@NinjaTrappeur and I have been taking a closer look at this and will send a PR once ready, just wanted to give a heads-up :-) |
This was referenced Oct 12, 2022
A branch containing all of #38, #39 and #40 can be found at my host-lookups branch. We sent individual PRs so things can be reviewed individually. There's various people testing this on their systems, see NixOS/nixpkgs#135888 (comment) for details. |
Closed
Closed
flokli
added a commit
to flokli/nixpkgs
that referenced
this issue
Oct 20, 2022
This is currently pointing to a custom branch that contains the missing request types from twosigma/nsncd#37, as well as Type=notify support.
Done in #71 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Requires implementing at least:
RequestType::GETAI
RequestType::GETHOSTBYADDR
RequestType::GETHOSTBYADDRv6
RequestType::GETHOSTBYNAME
RequestType::GETHOSTBYNAMEv6
The text was updated successfully, but these errors were encountered: