Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Pi Hole - network-wide ad blocking

Pi Hole - network-wide ad blocking

Scheduled Pinned Locked Moved App Wishlist
59 Posts 19 Posters 12.8k Views 20 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • girishG girish

    We can also use it on a VPS and point the DNS to the VPS. Sure, dns queries are a bit slower but maybe websites load faster because of the ad block 🙂

    luckowL Offline
    luckowL Offline
    luckow
    translator
    wrote on last edited by
    #16

    @girish yep. Perfectly understandable. But a raspberry pi costs $50, and you can install your smarthome system (e.g. homeassistant or openHAB.) on the same pi. And then it runs on your local network. I'm just thinking. 🙂

    Pronouns: he/him | Primary language: German

    1 Reply Last reply
    0
    • imc67I Offline
      imc67I Offline
      imc67
      translator
      wrote on last edited by imc67
      #17

      Pi-Hole on Cloudron is useless IMHO for only internal "filtering".

      Only in combination with a VPN like WireGuard it's a perfect combination to be online, outside of your 'safe home wifi', without sniffing of mobile providers proxies and "free open wifi", and with a kind of safetynet by Pi-Hole.

      @luckow yes I do have a RaspberryPi with Wireguard AND Pi-Hole at home, but as an extra "external" backup its very welcome (and very easy) to have Pi-Hole+WireGuard in a Cloudron app. 😉

      MallewaxM murgeroM 2 Replies Last reply
      2
      • doodlemania2D Offline
        doodlemania2D Offline
        doodlemania2
        App Dev
        wrote on last edited by
        #18

        Actually, one could do this (if you know what you're doing) by offering the pihole externally. In order to be safe, you would want to make sure to whitelist ONLY the IPs coming in to connect to it you intend to allow, otherwise you open your self up to DNS hijacking. I do this now by exposing a pihole on Azure that only my home router can connect to. Works great. FWIW, I took a look at packaging pihole the other day, cause of my use case. It looks...possible, but there are a LOT of moving parts and it really wants some pretty low level access, so, challenges will persist.

        1 Reply Last reply
        0
        • S Offline
          S Offline
          savity
          wrote on last edited by
          #19

          looking really forward for PI-Hole and Wireguard really 🙂

          1 Reply Last reply
          2
          • imc67I imc67

            Pi-Hole on Cloudron is useless IMHO for only internal "filtering".

            Only in combination with a VPN like WireGuard it's a perfect combination to be online, outside of your 'safe home wifi', without sniffing of mobile providers proxies and "free open wifi", and with a kind of safetynet by Pi-Hole.

            @luckow yes I do have a RaspberryPi with Wireguard AND Pi-Hole at home, but as an extra "external" backup its very welcome (and very easy) to have Pi-Hole+WireGuard in a Cloudron app. 😉

            MallewaxM Offline
            MallewaxM Offline
            Mallewax
            wrote on last edited by Mallewax
            #20

            @imc67 @doodlemania2 Right now I am using this setup on a separate, cloud hosted VM. Wireguard and Pihole, configured so that the system can only be accessed over VPN, not by external parties. Works beautifully and would be so cool, if this was working on Cloudron.

            https://www.sethenoka.com/build-your-own-wireguard-vpn-server-with-pi-hole-for-dns-level-ad-blocking/

            Excellent idea and request. Thanks for bringing this up.

            1 Reply Last reply
            3
            • girishG Offline
              girishG Offline
              girish
              Staff
              wrote on last edited by girish
              #21

              Currently, what is holding back pi-hole is a couple of Cloudron limitations:

              • Cloudron reserves port 53 (dns) on the server. Have to fix unbound to listen only on internal interfaces (we listen on 0.0.0.0 and rely on firewall and access control policies to block requests).

              • Some IP based firewall as @savity has been requesting in another thread. This is required to block requests to pi-hole to just your machines/network.

              imc67I 1 Reply Last reply
              1
              • girishG girish

                Currently, what is holding back pi-hole is a couple of Cloudron limitations:

                • Cloudron reserves port 53 (dns) on the server. Have to fix unbound to listen only on internal interfaces (we listen on 0.0.0.0 and rely on firewall and access control policies to block requests).

                • Some IP based firewall as @savity has been requesting in another thread. This is required to block requests to pi-hole to just your machines/network.

                imc67I Offline
                imc67I Offline
                imc67
                translator
                wrote on last edited by
                #22

                @girish you don't have these issues if you combine with Wireguard.

                1 Reply Last reply
                3
                • girishG Offline
                  girishG Offline
                  girish
                  Staff
                  wrote on last edited by
                  #23

                  @imc67 indeed. If we bundle them together, it's not a problem. Is this the "preferred" way to package pi-hole?

                  MallewaxM imc67I 2 Replies Last reply
                  5
                  • S Offline
                    S Offline
                    savity
                    wrote on last edited by savity
                    #24

                    yeah i mean it would be for me 🙂 i would never create pihole acessable for others its for private reasons vpn+pihole. So pihole would be listening, lets say on 10.9.0.0

                    Maybe in the future the idea could to configure other apps only availaie in the same VPN Network

                    1 Reply Last reply
                    2
                    • girishG girish

                      @imc67 indeed. If we bundle them together, it's not a problem. Is this the "preferred" way to package pi-hole?

                      MallewaxM Offline
                      MallewaxM Offline
                      Mallewax
                      wrote on last edited by
                      #25

                      @girish @imc67 Same here, I think the combination is awesome and makes a lot of sense. PLEASE, PLEASE...Yes...:-)

                      S 1 Reply Last reply
                      2
                      • MallewaxM Mallewax

                        @girish @imc67 Same here, I think the combination is awesome and makes a lot of sense. PLEASE, PLEASE...Yes...:-)

                        S Offline
                        S Offline
                        savity
                        wrote on last edited by
                        #26

                        @Mallewax i think this would lead also to new people using cloudron 🙂

                        MallewaxM 1 Reply Last reply
                        2
                        • S savity

                          @Mallewax i think this would lead also to new people using cloudron 🙂

                          MallewaxM Offline
                          MallewaxM Offline
                          Mallewax
                          wrote on last edited by
                          #27

                          @savity couldn’t agree more. For me it would be a killer feature. And would make for a nice campaign on Twitter, Reddit et. all. Just look how many people google this and try to establish it manually....this is a mainstream feature, that would be appreciated by the entire user base, much more than specific applications that appeal only to certain users.... my opinion

                          1 Reply Last reply
                          2
                          • girishG girish

                            @imc67 indeed. If we bundle them together, it's not a problem. Is this the "preferred" way to package pi-hole?

                            imc67I Offline
                            imc67I Offline
                            imc67
                            translator
                            wrote on last edited by
                            #28

                            @girish definately! 🙂

                            1 Reply Last reply
                            1
                            • marcusquinnM Offline
                              marcusquinnM Offline
                              marcusquinn
                              wrote on last edited by
                              #29

                              Haha, Pie Hole / Cake Hole is British for your mouth, as in; shut your pie hole 😮

                              https://www.urbandictionary.com/define.php?term=Pie Hole

                              Web Design https://www.evergreen.je
                              Development https://brandlight.org
                              Life https://marcusquinn.com

                              ? 1 Reply Last reply
                              0
                              • marcusquinnM marcusquinn

                                Haha, Pie Hole / Cake Hole is British for your mouth, as in; shut your pie hole 😮

                                https://www.urbandictionary.com/define.php?term=Pie Hole

                                ? Offline
                                ? Offline
                                A Former User
                                wrote on last edited by
                                #30

                                @marcusquinn
                                Pi-hole, not Pie hole

                                marcusquinnM 1 Reply Last reply
                                0
                                • ? A Former User

                                  @marcusquinn
                                  Pi-hole, not Pie hole

                                  marcusquinnM Offline
                                  marcusquinnM Offline
                                  marcusquinn
                                  wrote on last edited by
                                  #31

                                  @Hillside502 3.14159265359... hole 🙂

                                  Web Design https://www.evergreen.je
                                  Development https://brandlight.org
                                  Life https://marcusquinn.com

                                  1 Reply Last reply
                                  0
                                  • ? Offline
                                    ? Offline
                                    A Former User
                                    wrote on last edited by
                                    #32

                                    How is the progress here?

                                    S 1 Reply Last reply
                                    1
                                    • ? A Former User

                                      How is the progress here?

                                      S Offline
                                      S Offline
                                      savity
                                      wrote on last edited by
                                      #33

                                      @timbo Yeah any information this ?

                                      1 Reply Last reply
                                      0
                                      • girishG Offline
                                        girishG Offline
                                        girish
                                        Staff
                                        wrote on last edited by
                                        #34

                                        Last I checked it was quite tricky to deploy pi-hole with docker. Does anyone have experience with this style of deployment? It was really made like a "distribution"/"OS" instead of a separate app.

                                        iamthefijI 1 Reply Last reply
                                        0
                                        • girishG girish

                                          Last I checked it was quite tricky to deploy pi-hole with docker. Does anyone have experience with this style of deployment? It was really made like a "distribution"/"OS" instead of a separate app.

                                          iamthefijI Offline
                                          iamthefijI Offline
                                          iamthefij
                                          App Dev
                                          wrote on last edited by
                                          #35

                                          @girish It's pretty straightforward as far as I can tell. I've got two instances hosted via Docker on Raspberry Pis at my home.

                                          I agree with folks above suggesting though that it'd be best to expose only to internal services and likely inside a VPN. There is probably a decent way to do this in a single app, but I wonder if there is value in creating a new way to expose particular Apps to other apps via a shared network.

                                          This would allow exposing a Pi-Hole app that has no "public" ports to any VPN app (OpenVPN, Wireguard, etc) with an internal hostname (app name?).

                                          1 Reply Last reply
                                          0
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search