The benefit is to not have to care about the adblockers on your devices.
If you use @swetoast's or mine exclusively, there is no need to have another adblocker installed within your LAN. And if you use a VPN, not even outside it.
Mine even provides some nice stats if you enable it.
ublockr -update
Performing self-update... Please wait...
OCTAL mode set:777
Inserting update process...
Update complete..
ublockr: Reading ublockr config....
ublockr: updating adblock lists.
/opt/var/cache/ublockr/ip.part [ <=> ] 362.52K 257KB/s in 1.4s
/opt/var/cache/ublockr/ip.part 100%[=================================================================================================>] 488.54K 346KB/s in 1.4s
/opt/var/cache/ublockr/ip.part [ <=> ] 21.84K --.-KB/s in 0.04s
/opt/var/cache/ublockr/ip.part 100%[=================================================================================================>] 1.75M 842KB/s in 2.1s
/opt/var/cache/ublockr/ip.part 100%[=================================================================================================>] 38.10K 121KB/s in 0.3s
/opt/var/cache/ublockr/ip.part [ <=> ] 11.33K 52.5KB/s in 0.2s
/opt/var/cache/ublockr/ip.part [ <=> ] 383.89K 312KB/s in 1.2s
/opt/var/cache/ublockr/ip.part 100%[=================================================================================================>] 1.66K --.-KB/s in 0s
/opt/var/cache/ublockr/no.part 100%[=================================================================================================>] 66 --.-KB/s in 0s
/opt/var/cache/ublockr/no.part 100%[=================================================================================================>] 117.10K --.-KB/s in 0.1s
/opt/var/cache/ublockr/no.part 100%[=================================================================================================>] 83.80K 175KB/s in 0.5s
/opt/var/cache/ublockr/no.part 100%[=================================================================================================>] 300.02K 296KB/s in 1.0s
/opt/var/cache/ublockr/no.part 100%[=================================================================================================>] 66 --.-KB/s in 0s
/opt/var/cache/ublockr/no.part 100%[=================================================================================================>] 149 --.-KB/s in 0s
ublockr: ipv4_hosts is present in /jffs/configs/dnsmasq.conf.add
ublockr: ipv6_hosts is present in /jffs/configs/dnsmasq.conf.add
Done.
ublockr: reloaded dnsmasq to read in new hosts
ublockr: updated ipv4 adblock lists, 93131 ads sites blocked
ublockr: updated ipv6 adblock lists, 94848 ads sites blocked
sort -u /opt/var/cache/ublockr/ipv4_hosts
whitelist () {
if [ -f $path/whitelist.filter ]; then echo; else wget -q $wlfilter -O $path/whitelist.filter; fi
if [[ -r $path/whitelist.filter ]];then
awk -F':' '{print $1}' $path/whitelist.filter | while read -r line; do echo "$pix_v4 $line"; done > $path/whitelist_v4.part
grep -F -x -v -f $path/whitelist_v4.part $path/ipv4.part | sort -u > $path/ipv4_hosts
if [ "$(cat /proc/net/if_inet6 | wc -l)" -gt "0" ]; then
awk -F':' '{print $1}' $path/whitelist.filter | while read -r line; do echo "$pix_v6 $line"; done > $path/whitelist_v6.part
grep -F -x -v -f $path/whitelist_v6.part $path/ipv6.part | sort -u > $path/ipv6_hosts
fi; fi
}
thanks for the update! I think there's a small typo in Line #101.. it says "ipv6_hosts" instead of "ipv4_hosts".
Router Model:
ASUSWRT-Merlin RT-AC56U 380.66-alpha2 Mon Mar 6 18:13:45 UTC 2017
Entware requierment for uBlockr
/opt/bin/opkg
wget - 1.18-2
grep - 2.26-1
pixelserv-tls - V35.HZ12.Ki-1
ca-certificates - 20161130
coreutils-stat - 8.23-2
Locating uBlockr Paths
/tmp/mnt/Main/entware/etc/ublockr.cfg
/tmp/mnt/Main/entware/bin/ublockr
/tmp/mnt/Main/entware/var/cache/ublockr
/tmp/mnt/Main/entware/var/cache/ublockr/no.list
/tmp/mnt/Main/entware/var/cache/ublockr/whitelist.filter
/tmp/mnt/Main/entware/var/cache/ublockr/ipv4_hosts
/tmp/mnt/Main/entware/var/cache/ublockr/ip.list
Locating Malware-Filter Paths
/jffs/malware-filter.list
/tmp/mnt/Main/entware/bin/malware-filter
Detecting Ipset version on router
ipset v6.29, protocol version: 6
Locating Malware-Filter Paths
/jffs/privacy-filter.list
/tmp/mnt/Main/entware/bin/privacy-filter
Detecting Ipset version on router
ipset v6.29, protocol version: 6
Thread starter | Title | Forum | Replies | Date |
---|---|---|---|---|
Reconfiguring system - which approach? | Asuswrt-Merlin | 5 |
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!