1. Information

Or consider installing a firewall.

  • Arista NG (Untangle NG Firewall)

  • Endian Firewall Community

  • OPNsense Telemetry Edition

  • pfSense

  • Sophos XG Firewall Home Edition

  • VyOS

  • Winco Firewall

2. Linux

2.1. Installation

  • Enter the following commands at a Command Line.

    sudo apt-get update
    sudo apt-get install dnsmasq
curl "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" 2> /dev/null |
  awk -F' ' '!a[$NF]++ {gsub(/^/,"0.0.0.0 ",$NF) ; print $NF ; gsub(/^(127|0)\.0\.0\.(0|1)/,"::1",$NF) ; print $NF}' > /etc/dnsmasq/adblock.hosts

3. Windows