Skip to content

bjosttveit/FTL

 
 

Repository files navigation

Attempts to block youtube video ads. Only works for video ads before video starts, not midrolls. Only blocks the first video ad in case of two ads before the video. Does not work 100% even then. Mainly intended for use with chromecast, as there are no other options like ublock. Works by keeping track of the timing between youtube content domain requests; if a youtube content domain is requested very shortly after another from the same device, it is assumed to be an ad and gets blocked. Almost no false positives, but limited effectiveness. Wanted to see if this approach could work and it turned out not as good as I had hoped.

Pi-hole

Network-wide ad blocking via your own Linux hardware
FTLDNS

FTLDNS (pihole-FTL) provides an interactive API and also generates statistics for Pi-hole®'s Web interface.

  • Fast: stats are read directly from memory by coupling our codebase closely with dnsmasq
  • Versatile: upstream changes to dnsmasq can quickly be merged in without much conflict
  • Lightweight: runs smoothly with minimal hardware and software requirements such as Raspberry Pi Zero
  • Interactive: our API can be used to interface with your projects
  • Insightful: stats normally reserved inside of dnsmasq are made available so you can see what's really happening on your network

Official documentation

The official FTLDNS documentation can be found here.

Installation

FTLDNS (pihole-FTL) is installed by default when you choose to enable the Web interface when installing Pi-hole.

IMPORTANT!

FTLDNS will disable any existing installations of dnsmasq. This is because FTLDNS is dnsmasq + Pi-hole's code, so both cannot run simultaneously.

About

The Pi-hole FTL engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.0%
  • Other 1.0%