-
-
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
Whitelist problems? #426
Comments
I tried your configuration and it worked (I changed the port to 55555 and enabled debug log level):
Here is the log:
Did you restart blocky after adding the whitelist entry? The config file will be read only on startup. |
It normally works as a service for me, but in this case I started it manually after each change. |
Sorry for the confusion. Looks like problem is in external DNS servers:
|
80.241.218.68 performs already ad blocking, see here: https://dismail.de/info.html#dns If upstream DNS server already blocks some queries, blocky can't blacklist it. Please try to remove this server from your configuration. |
I think, it would make sense to change example configuration and use only non blocking DNS servers |
@parasit not related but in your config I believe you may need to change
@0xERR0R I agree on changing the example config to use non-blocking DNS servers, such as 1.1.1.1 and perhaps 9.9.9.9 (9.9.9.9 does have some blocking but is a very favourable option over at Reddit). Thank you for all your work by the way! I am intrigued by this project and am thinking of taking my pi out of my drawer. |
@andryou yes, you're right. adblock format is not supported, only host file (or just domain list) or regex. |
Hi,
I have installed blocky (blocky_0.17_Linux_armv7) in local network on my Raspberry PI (192.168.1.38).
Blocking works very well, only sometimes even too well ...
I tried add some entries to whiteList, but looks like they are ignored.
The question is, is this a configuration problem or something else?
Eg. for almost all reddit links from email, browser returns error
DNS_PROBE_FINISHED_NXDOMAIN
Same result fom nslookup:
Below my blocky config
P.S. I try also with whitelist from file, but with same result.
The text was updated successfully, but these errors were encountered: