OpenWrt adblocking in router Tp-Link TLWR902AC: A friendly guide.

Описание к видео OpenWrt adblocking in router Tp-Link TLWR902AC: A friendly guide.

OpenWrt adblocking in router Tp-Link TLWR902AC: A friendly guide.
Third installation of openwrt series where we install adblocking service right into the router.
"OpenWrt is an open-source firmware for routers and other network devices. It replaces the factory-installed firmware on these devices with a highly customizable and feature-rich operating system. OpenWrt allows users to enhance their router's functionality with advanced features, security improvements, and performance optimizations. It supports a wide range of hardware and provides a flexible environment for managing network settings, installing additional software packages, and customizing the device to better meet individual needs."
_______________________________________________________________
Installation guide and testing of adblock:

https://github.com/lynxthecat/adblock...
https://d3ward.github.io/toolz/adblock
_______________________________________________________________
Other videos related to this content.

TP-Link TL-WR902AC v4 OpenWrt : A friendly guide.
   • TP-Link TL-WR902AC v4 OpenWrt : A fri...  
TP-Link TL-WR902AC v4 Usb tethering OpenWrt: A friendly guide.
   • TP-Link TL-WR902AC v4 Usb tethering O...  
------------------------------------------------------------
Commands used:
------------------------------------------------------------
Installation:
___________________
uclient-fetch https://raw.githubusercontent.com/lyn... -O /etc/init.d/adblock-lean
chmod +x /etc/init.d/adblock-lean
service adblock-lean gen_config
uci add_list dhcp.@dnsmasq[0].addnmount='/bin/busybox' && uci commit
service adblock-lean enable
------------------------------------------------------------
Text editor
___________________
opkg update
opkg install nano
nano /root/adblock-lean/config
------------------------------------------------------------
Performance
___________________
opkg update
opkg install gawk coreutils-sort
------------------------------------------------------------
Service start/stop/status
___________________
service adblock-lean start/stop/update
------------------------------------------------------------
Update blocklist file
___________________
manual------------- service adblock-lean update
schedule task--- 0 5 * * * /etc/init.d/adblock-lean enabled && export RANDOM_DELAY="1" && /etc/init.d/adblock-lean start
------------------------------------------------------------
Windows
___________________
run command------------------- Win+r
network connection---------- ncpa.cpl
command prompt------------- cmd
view connection details---- ipconfig /all
flush all saved dns------------ ipconfig /flushdns

Timestamps:
0:00 intro
0:10 pre-requisite
0:30 adblocker and why use one?
0:40 no password no SSH!
1:40 what's that adblock-lean? no adguard
2:05 begin installation
3:55 performance improvement
4:55 optimization
5:50 logs
6:05 blocklist scheduling
6:35 testing begins
7:20 network topology explanation
8:40 fixing issues
9:40 success
9:50 some shenanigans
10:40 end

Thank you for watching! cheers.

Комментарии

Информация по комментариям в разработке