:: Re: [DNG] Early Days at Bell Labs -…
Page principale
Supprimer ce message
Répondre à ce message
Auteur: Maurice McCarthy
Date:  
À: Devuan ML
Sujet: Re: [DNG] Early Days at Bell Labs - Youtube, the systemd of video
Can you block ads on the firewall? On OpenBSD's pf firewall config
file this pretty much wipes out all ads on youtube.

table <gooDNS4> {8.8.8.8 8.8.4.4}
table <gooDNS6> {2001:4860:4860::8888 2001:4860:4860::8844}
pass in quick to <gooDNS4> rdr-to 127.0.0.1
pass in quick to <gooDNS6> rdr-to ::1

Blocking Google's own DNS servers.