-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
Make list download timeout configurable #254
Comments
Hey, there is already a timeout defined (60 sec). Blocky performs 3x a retry, if a temporary network error occurred. In this case, it takes 3x 60 sec, see log:
Depending on this list size and network bandwidth, i could take a while to download a list. I think, making this value configurable would make sense. I would leave the default value with 60 sec |
0xERR0R
changed the title
Blocky does not resolve DNS queries if one of the blocklists are not loading (e.g. dropping traffic)
Make list download timeout configurable
Aug 30, 2021
0xERR0R
added a commit
that referenced
this issue
Sep 14, 2021
0xERR0R
added a commit
that referenced
this issue
Sep 15, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Using docker image from dockerhub,
latest
tag.Blocky does not work at all when there is at least 1 blocklist which is loading indefinitely. In this case, this is the one: https://zeustracker.abuse.ch/blocklist.php?download=domainblocklist
At the time of writing, this blocklist is simply not loading. If you open in browser, it loads indefinitely. I just waited a bit more and it loaded up with this content in my Firefox browser:
This is what Blocky's log say:
Blocky started to work just fine after removing this blocklist.
Possible solutions:
blocklistTimeout: 30s
).The text was updated successfully, but these errors were encountered: