-
-
Notifications
You must be signed in to change notification settings - Fork 103
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
How to add blocklist like * .tar.gz #94
Comments
Currently hBlock only supports plain text lists, adding support for compressed lists is not a priority for me right now, but I leave this issue open in case I implement it in the future. |
#!/bin/sh I wrote a simple script: export DISPLAY=:0.0; su luba -c "notify-send 'Attention!' 'update deny.list'"; |
Based on your use case you can also make this one-liner: curl -fsSL 'https://dsi.ut-capitole.fr/blacklists/download/phishing.tar.gz' | tar -xzO 'phishing/domains' | hblock -D- |
I am not a coder, so excuse my question here, but do help if you can pls.
I know these maybe a bit extra questions, but they are nice to add. Also, I have these on a shared hosting, so I do not have root access, but I am able to run hblock via cron daily. |
Hi!
How to download files like archives, for example: dsi.ut-capitole.fr/blacklists/download/phishing.tar.gz
The text was updated successfully, but these errors were encountered: