Hurley's Gold

Pi-hole

The #1 community for Gun Owners in Texas

Member Benefits:

  • Fewer Ads!
  • Discuss all aspects of firearm ownership
  • Discuss anti-gun legislation
  • Buy, sell, and trade in the classified section
  • Chat with Local gun shops, ranges, trainers & other businesses
  • Discover free outdoor shooting areas
  • View up to date on firearm-related events
  • Share photos & video with other members
  • ...and so much more!
  • sucker76

    Don't let the username fool you
    Rating - 100%
    6   0   0
    Nov 15, 2015
    1,093
    96
    Lake Jackson
    This is for Linux based OS's. It looks to be geared towards Raspberry Pi

    Supported Operating Systems
    The following operating systems are officially supported:

    • Raspbian: Jessie / Stretch
    • Ubuntu: 16.04 / 16.10
    • Fedora: 27 / 28
    • Debian: 8 / 9
    • CentOS: 7 (not ARM)
     

    sucker76

    Don't let the username fool you
    Rating - 100%
    6   0   0
    Nov 15, 2015
    1,093
    96
    Lake Jackson
    I have a Raspberry Pi model 2B. Even with the "lite browser" it is painfully slow at web browsing. I don't have the patience to wait on it let alone use an ad blocker. The Pi is more useful for other projects.
     

    Brains

    One of the idiots
    Rating - 100%
    3   0   0
    Apr 9, 2013
    6,922
    96
    Spring
    A Pi hole is basically a DNS blacklist. You can do very similar and even the same thing in many other ways, it's just a nice community supported project that's cheap and easy to implement. The Pi isn't doing any heavy lifting at all, it's just serving/filtering your DNS queries.
     

    sucker76

    Don't let the username fool you
    Rating - 100%
    6   0   0
    Nov 15, 2015
    1,093
    96
    Lake Jackson
    OK so this used the Pi as a go-between (with the Pi-hole software) to protect my privacy? So mine only has a 100mbps Ethernet port. Will this inherently bottleneck everything to that speed?
     

    Brains

    One of the idiots
    Rating - 100%
    3   0   0
    Apr 9, 2013
    6,922
    96
    Spring
    Not all traffic goes through it. Thus, it could run at 10Mbit/sec. and still not bottleneck a gigabit network since it's only there to process DNS lookups (e.g. www.texasguntalk.com ==> 64.140.160.214). You can google how DNS works, but the cliffnotes version is every site you visit has a numeric address behind it. So when you go to TGT, you type the address in your browser, and behind the scenes the computer has to look up what the numeric address for it is. This process is the Domain Name Service. The amount of data sent and received is very small, and it happens very quickly. What a Pi-Hole does is answer those queries for all of the computers you point to it, and it will only send addresses for "good" sites. For undesirable stuff, the "Pi" tells your computer to instead load data from a "hole" - so it loads nothing and moves on.. Quickly.. It generally makes browsing faster, because you're not wasting computing power and network bandwidth loading garbage.
     

    orbitup

    Sticker Cop
    Rating - 100%
    13   0   0
    Nov 6, 2010
    27,154
    96
    Waxyscratchy
    Not all traffic goes through it. Thus, it could run at 10Mbit/sec. and still not bottleneck a gigabit network since it's only there to process DNS lookups (e.g. www.texasguntalk.com ==> 64.140.160.214). You can google how DNS works, but the cliffnotes version is every site you visit has a numeric address behind it. So when you go to TGT, you type the address in your browser, and behind the scenes the computer has to look up what the numeric address for it is. This process is the Domain Name Service. The amount of data sent and received is very small, and it happens very quickly. What a Pi-Hole does is answer those queries for all of the computers you point to it, and it will only send addresses for "good" sites. For undesirable stuff, the "Pi" tells your computer to instead load data from a "hole" - so it loads nothing and moves on.. Quickly.. It generally makes browsing faster, because you're not wasting computing power and network bandwidth loading garbage.

    Thanks for the explanation. Is this something a beginner can do or is there an easier way to do it? I like the idea of blocking ads on my phone and tablet too. Not that I would block ads on TGT of course.
     

    Brains

    One of the idiots
    Rating - 100%
    3   0   0
    Apr 9, 2013
    6,922
    96
    Spring
    If you're willing to spend the time to read and learn, a Pi-Hole can be built by anyone. The online guides are quite good and detailed, but some concepts may be foreign to non-techies. Even then, you can definitely get it done by asking questions when you get stuck.
     

    m5215

    Pistoleer
    Rating - 0%
    0   0   0
    Sep 3, 2018
    1,430
    96
    McKinney, TX
    A Pi hole is basically a DNS blacklist. You can do very similar and even the same thing in many other ways, it's just a nice community supported project that's cheap and easy to implement. The Pi isn't doing any heavy lifting at all, it's just serving/filtering your DNS queries.

    While working in IT at my last job the network administrator set this up to be used and it worked well from what I overheard about it.
     
    Top Bottom