So, with the Cloudflare outage, I have found my self hosted services are not accessible outside of the home. I use a SWAG reverse proxy from linuxserver.io and bought my domain through cloudflare. I’m fairly new at this stuff, so is this a secure way of doing things? Does cloudflare have access to my data? I’m fairly new at this, so I apologize if this is a silly question. Is there some way to self host what cloudflare does?

    • Egonallanon@feddit.uk
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 hours ago

      I don’t believe pihole functions as an authorative DNS server though. Something like technetium does and they could be used as the nameservers for a domain while still offering all the same adblocking functionality that pihole does.

      Though pihole could work of you were relying on a VPN to access your stuff remotely.

        • non_burglar@lemmy.world
          link
          fedilink
          English
          arrow-up
          2
          ·
          10 hours ago

          Those are not authoritative responses, though. You can only add CNAME and A records to pihole, because it’s built on dnsmasq and not on bind/unbound.

          You can’t add SOA records to pihole. Or zone transfers, or any actual DNS server functions, really. Pihole is just a forwarder.

        • Egonallanon@feddit.uk
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 hours ago

          Sure but this won’t work if you’re accessing services outside your network like OP is doing. You’re going to need publicly available DNS records somewhere to do that.

          • renegadespork@lemmy.jelliefrontier.net
            link
            fedilink
            English
            arrow-up
            1
            ·
            8 hours ago

            You’re, right, I misread the post.

            At that point DNS is handled by whatever network you’re on. Since that not always under your control, hosting a private VPN (and setting DNS though that) is the way to go.