Is there any particular reason you use that instead of the default?d3fz wrote:I'm currently using a consolidated hosts file from StevenBlack.
Adblock Plugin
Moderator: Moderators
Re: Adblock Plugin
Legend! Thanks for that quick response.
Re: Adblock Plugin
Just as a response to that article, I don’t personally receive any monetary gain from this plugin (or any of my activities on this site).
I can’t speak to how the upstream block lists are maintained, but if you believe they are no longer the best sources I am happy to change them. The plugin is due for a bit of an overhaul anyway.
I can’t speak to how the upstream block lists are maintained, but if you believe they are no longer the best sources I am happy to change them. The plugin is due for a bit of an overhaul anyway.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Adblock Plugin
For pure testing purposes, I've also tried other several hosts sources (smaller ones, but combined) in the past, and thought I'd might try this bigger one. The router seems to be handling it just fine so far.FishHead wrote:Legend! Thanks for that quick response.
Is there any particular reason you use that instead of the default?d3fz wrote:I'm currently using a consolidated hosts file from StevenBlack.
TP-Link Archer C7 v2 - Gargoyle 1.12.X
TP-Link WR842ND v2 - Gargoyle 1.10.X
TP-Link RE450 AC v2 - Stock FW 1.0.4
TP-Link WA850RE v1.2 - LEDE 17.01.1
TP-Link WR842ND v2 - Gargoyle 1.10.X
TP-Link RE450 AC v2 - Stock FW 1.0.4
TP-Link WA850RE v1.2 - LEDE 17.01.1
-
- Posts: 32
- Joined: Mon Nov 27, 2017 6:10 am
- Location: Penang, Malaysia
- Contact:
Re: Adblock Plugin
I'd noticed when running the Adblock script from CLI that one of the wget is failing. A bit of chasing and it is the second one
I am seeing this response
Exactly the same command run on my desktop terminal runs fine, tried with https and get the same response.
Code: Select all
wget -qO- "http://adaway.org/hosts.txt"|awk -v r="$ENDPOINT_IP4" '{sub(/^127.0.0.1/, r)} $0 ~ "^"r' >> /tmp/block.build.list
Code: Select all
wget: error getting response: Connection reset by peer
Re: Adblock Plugin
Yes I believe they are pushing their traffic to HTTPS but by default Gargoyle wget doesn’t support SSL.
I need to fix this.
I need to fix this.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.
Re: Adblock Plugin
USE --no-check-certificate !!!!
:D:D
wget -qO- --no-check-certificate "https://github. com/StevenBlack/hosts/raw/master/hosts" | awk -v r="$ENDPOINT_IP4" '{sub(/^0.0.0.0/, r)} $0 ~ "^"r' > /tmp/block.build.list

wget -qO- --no-check-certificate "https://github. com/StevenBlack/hosts/raw/master/hosts" | awk -v r="$ENDPOINT_IP4" '{sub(/^0.0.0.0/, r)} $0 ~ "^"r' > /tmp/block.build.list
-
- Posts: 122
- Joined: Mon Jun 09, 2014 12:53 pm
Re: Adblock Plugin
Does this plugin save a log file?
Can I see the list of blocked URLs, with date and time?
Can I see the list of blocked URLs, with date and time?
Re: Adblock Plugin
I do not think so. The log would be massive.
-
- Posts: 122
- Joined: Mon Jun 09, 2014 12:53 pm
Re: Adblock Plugin
Well... it could at least keep the last 12/24 hours.
Or just keep the log size constant.
Or just keep the log size constant.
Re: Adblock Plugin
There is no mechanism for logging this as the requests are blocked at the dnsmasq level.
https://lantisproject.com/downloads/gargoylebuilds for the latest releases
Please be respectful when posting. I do this in my free time on a volunteer basis.
Please be respectful when posting. I do this in my free time on a volunteer basis.