Permanently Deleted

  • RNAi [he/him]
    ·
    3 years ago

    Bold of you to assume I understand anything you said. I need a tutorial on what to install and use.

    • aaaaaaadjsf [he/him, comrade/them]
      ·
      3 years ago

      A DNS server converts hostnames/web addresses to IP addresses. With a Pi-hole, you use blocklists, that contain the hostnames/web addresses of ads and tracking domains. When the Pi-hole is asked to access those domains, it simply tells your computer that they do not exist.

      https://adguard.com/en/adguard-home/overview.html

      https://github.com/AdguardTeam/AdGuardHome/wiki/Getting-Started

      https://pi-hole.net/

      https://github.com/pi-hole/pi-hole/#one-step-automated-install

    • SolidaritySplodarity [they/them]
      ·
      3 years ago

      DNS is how you computer turns your favorite website's domain name, www.dailykos.com, into an actual IP address for your own network to talk to. A DNS provider is a server that does this for you. It's normally configured to be an IP address run by your internet provider, though sometimes people set it to a Google, Cloudflare, or Mozilla server or actually run their own entire server.

      The adblocker in your browser blocks domains associated with ads and junk when your browser asks for them. PiHole sits between your network and the outside world, doing basically the same thing but for all network traffic before it could get to any browser. It's adblock for your whole network. It does this by acting as a DNS provider itself, where it's really just blocking certain domains and forwarding non-blocked ones to a typical DNS provider.