Skip to content
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

Closed
flokli opened this issue Oct 10, 2022 · 4 comments
Closed

provide host lookups #37

flokli opened this issue Oct 10, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@flokli
Copy link
Contributor

flokli commented Oct 10, 2022

Requires implementing at least:

  • RequestType::GETAI
  • RequestType::GETHOSTBYADDR
  • RequestType::GETHOSTBYADDRv6
  • RequestType::GETHOSTBYNAME
  • RequestType::GETHOSTBYNAMEv6
@flokli
Copy link
Contributor Author

flokli commented Oct 10, 2022

@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 :-)

@flokli
Copy link
Contributor Author

flokli commented Oct 14, 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.

@leifwalsh leifwalsh added the enhancement New feature or request label Oct 15, 2022
@flokli
Copy link
Contributor Author

flokli commented Oct 20, 2022

We combined #39 and #40 into #49, so they can be reviewed as a single unit.

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.
@leifwalsh
Copy link
Collaborator

Done in #71

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants