Skip to content

Blocky with redis #557

Answered by ThinkChaos
larivierec asked this question in Q&A
Jun 8, 2022 · 1 comments · 12 replies
Discussion options

You must be logged in to vote

I don't think restarting Redis would do much, but I'm not very familiar with that code.

Any chance you can collect trace log for a query that takes a long time so we can narrow this down?

For the bootstrap issue, I think it's not the resolving that's problematic (since resolving AAAA over IPv4 is not an issue), but the connecting to the file host over HTTP.
The code uses a random IP from what was resolved for the host. And, unless you filtered A or AAAA, it resolves both. Meaning by default blocky will sometimes try to connect via IPv6 to the file host.
Is IPv6 connectivity not working in your blocky host?

The same behavior is used for any DoH upstream. That code will retry the query twic…

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@0xERR0R
Comment options

@ThinkChaos
Comment options

@0xERR0R
Comment options

@ThinkChaos
Comment options

@larivierec
Comment options

Answer selected by larivierec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants