Adblock Plugin
Moderator: Moderators
Re: Adblock Plugin
Addblock is working fine over here on a c7 and a wrt1900ac v2. I uninstalled and installed again just to test.
To those having issues, you mite want to think about resetting your routers and starting again with the setup.
+1 for a way to ad more block lists in the GUI like the adblock plugin for openwrt pleas.
There is tick boxes for each list and you can toggle them on and off.
To those having issues, you mite want to think about resetting your routers and starting again with the setup.
+1 for a way to ad more block lists in the GUI like the adblock plugin for openwrt pleas.
There is tick boxes for each list and you can toggle them on and off.
Linksys WRT3200ACM
NETGEAR Nighthawk R7800
NETGEAR R6260
NETGEAR Nighthawk R7800
NETGEAR R6260
Re: Adblock Plugin
1.1.2 from your plugin repo, anyway I can confirm that from files?Lantis wrote:What version have you installed?
It doesn't look like the latest based on the errors provided.
Re: Adblock Plugin
After a complete manual uninstall following directions from OP, and reinstalling from the Plugin manager with your plugin repo source I get this when I install,arejaytee wrote:1.1.2 from your plugin repo, anyway I can confirm that from files?Lantis wrote:What version have you installed?
It doesn't look like the latest based on the errors provided.
Code: Select all
Sun Jan 29 22:59:25 2017 daemon.err uhttpd[1726]: ln: /plugin_root/etc: Operation not permitted
Sun Jan 29 22:59:25 2017 daemon.err uhttpd[1726]: ln: /plugin_root/tmp: Operation not permitted
Sun Jan 29 22:59:25 2017 daemon.err uhttpd[1726]: ln: /plugin_root/var: Operation not permitted
Sun Jan 29 23:00:01 2017 kern.info kernel: [ 141.210000] nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
Sun Jan 29 23:00:18 2017 daemon.err uhttpd[1726]: ln: /plugin_root/etc: Operation not permitted
Sun Jan 29 23:00:18 2017 daemon.err uhttpd[1726]: ln: /plugin_root/tmp: Operation not permitted
Sun Jan 29 23:00:18 2017 daemon.err uhttpd[1726]: ln: /plugin_root/var: Operation not permitted
Re: Adblock Plugin
You installed the latest ispy, with the new interface?
If so you should be using
http://lantisproject.com/gargoyle_ispyi ... n-12-2017/
For your packages (including the relevant sub folder).
The latest version being 1.2.0
But yes it sounds like you now need to either reflash or factory reset. The file system appears very unhappy.
If so you should be using
http://lantisproject.com/gargoyle_ispyi ... n-12-2017/
For your packages (including the relevant sub folder).
The latest version being 1.2.0
But yes it sounds like you now need to either reflash or factory reset. The file system appears very unhappy.
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
is there any way to add manually a online directory with DNS to block?
If yes, how i can manage that?
newbie here
If yes, how i can manage that?
newbie here
TP-Link Archer C7 v2 @1.12
Re: Adblock Plugin
Please clarify your question. I don't understand.
Can you add your own sites to the block list? Yes.
Can you add your own sites to the block list? Yes.
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
I think he meant manually adding new hosts sources to block ?Lantis wrote:Please clarify your question. I don't understand.
Can you add your own sites to the block list? Yes.
I've had the same question a while ago after installing your plugin (works great!), and managed to manually add new hosts sources by editing these lines inside this file /plugin_root/usr/lib/adblock/runadblock.sh
Code: Select all
#Download and process the files needed to make the lists
logger -t ADBLOCK Retrieving ad lists from remote source
wget -qO- "http://www.mvps.org/winhelp2002/hosts.txt"|awk -v r="$ENDPOINT_IP4" '{sub(/^0.0.0.0/, r)} $0 ~ "^"r' > /tmp/block.build.list
wget -qO- "http://adaway.org/hosts.txt"|awk -v r="$ENDPOINT_IP4" '{sub(/^127.0.0.1/, r)} $0 ~ "^"r' >> /tmp/block.build.list
https://github.com/StevenBlack/hosts
Still trying to figure out which ones to add, without hammering my router disk space (32MB), the default consolidated StevenBlack's host file is simply too big.
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
Re: Adblock Plugin
It is indeed a balance game.
The openwrt Adblock plugin has something like 20 sources. I believe in order to process them without crashing it does all sorts of checks on the specs of the router first, and then processes them in a staggered way.
The openwrt Adblock plugin has something like 20 sources. I believe in order to process them without crashing it does all sorts of checks on the specs of the router first, and then processes them in a staggered way.
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
Yes i mean exactly this.d3fz wrote:I think he meant manually adding new hosts sources to block ?Lantis wrote:Please clarify your question. I don't understand.
Can you add your own sites to the block list? Yes.
Thank you
TP-Link Archer C7 v2 @1.12
Re: Adblock Plugin
As per d3fz post you can modify the plugin. I don't offer any support in doing so.
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.