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

Access class HS from docker image #122

Open
Falci opened this issue Nov 25, 2023 · 2 comments
Open

Access class HS from docker image #122

Falci opened this issue Nov 25, 2023 · 2 comments

Comments

@Falci
Copy link
Member

Falci commented Nov 25, 2023

It seems like the class HS added in #102 can't be access when running on docker:

Docker log:

ns: ignoring non-local HS class request

Which comes from

hnsd/src/ns.c

Lines 339 to 342 in 42aa53d

if (!hsk_addr_is_local(&address)) {
hsk_ns_log(ns, "ignoring non-local HS class request\n");
goto done;
}

It would be great to have this feature on docker as well, so it could be used for readiness and liveness when using Kubernetes.

@pinheadmz
Copy link
Member

you can execute the dig command locally inside the container with docker exec if that helps ?

@Falci
Copy link
Member Author

Falci commented Nov 25, 2023

I belive that would help, yes. But the image doesn't include dig.

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

No branches or pull requests

2 participants