Developers (two dudes) are super responsive and would likely release an IP customization feature upon request. Is there any service that would tolerate this [D]DOS-y kind of behavior that would feel more privacy friendly than Cloudflare?

IsThereNet [for macOS] watches for internet connection status changes and draws a colored line at the top of the screen to indicate the status.


Edit: Thanks everybody!

(1) ICMP (Internet Control Message Protocol) Echo Requests hardly constitute a burden on a server.
(2) There is little privacy concern simply exposing your IP to Cloudflare.
(3) Uptime-Kuma can be self hosted to accomplish this task with more bells and whistles.
(4) There is an appetite for daydreaming of DDOSing bad Alphabetic actors ;) You civilly digidisobedient rascals!

  • @douglasg14b@lemmy.world
    link
    fedilink
    287 days ago

    I don’t think the concern over pinging 1.1.1.1 is warranted.

    ICMP is pretty raw Network traffic, meaning you’re not really causing much actual load here.

    You can’t even really try to DDOS with normal ICMP packets. You usually have have to max it’s size out at 64KB with an ICMP floor to even think of having an effect. Vs the, effectively inconsequential, 32 bytes of a normal ICMP packet.

    You watching a short YouTube video is equivalent Network load as 180 days of pinging for Network up time.

    • @parodyOP
      link
      English
      46 days ago

      Thanks for the explanation and easily digestible analogy :)

    • @parodyOP
      link
      46 days ago

      Naughty naughty 🙂

      • @parodyOP
        link
        76 days ago

        In 2004 I would not have understood why!

  • @TexMexBazooka@lemm.ee
    link
    fedilink
    21
    edit-2
    7 days ago

    1.1.1.1 is cloudflare dns. You can run a constant ping to it, forever, with no problem. Same with 8.8.8.8, which is google. If you want something more FOSS oriented, go with OpenDNS.

    Doing so doesn’t really expose much information about you, the concern here really isn’t warranted

    • @parodyOP
      link
      36 days ago

      Neat - thanks. Looks like one could use the following, but not necessary:

      208.67.222.222  
      208.67.220.220
      
    • @parodyOP
      link
      36 days ago

      Good alternative, thanks!

  • @listless@lemmy.cringecollective.io
    link
    fedilink
    English
    127 days ago

    ICMP doesn’t reveal any personal details. As opposed to say when you visit with the web browser where you can be fingerprinted, and perhaps have that tied to the rest of your browsing history or real world identity.

        • @TaviRider@reddthat.com
          link
          fedilink
          14 days ago

          It tells when the user is online. This is useful for sending spam, because being on top of the inbox makes it more likely your message will be read.

          To be fair, I doubt anyone’s implemented this specifically for ICMP. Instead I’d expect tracking that watches for any IP traffic whatsoever, and that happens to include ICMP.

          • @listless@lemmy.cringecollective.io
            link
            fedilink
            English
            14 days ago

            But this user plans to leave ping running all the time to check that their own Internet connection is working.

            Either way, at any given time there’s tons of traffic leaving your network, it just means that software is active, not that a human is active. On top of that, Cloudflare probably isn’t selling the fact that an ICMP ping was received at their DNS server directly to spammers quickly enough for them to act and put an email at the top of your inbox, assuming that spam isn’t caught by a spam filter first.

  • @jokeyrhyme@lemmy.ml
    link
    fedilink
    English
    10
    edit-2
    7 days ago

    Hmmm, is CloudFlare known for being a bad actor in terms of privacy?

    Setting that aside, no matter what you pick, you’ll be exposing your IP address, from which your ISP and/or general location may be derived

    If you don’t trust CloudFlare with that information then you basically cannot trust anyone else, so maybe you’d need to run your own service and ping that instead now that you’re in a situation where you can only trust yourself 🤷

    The other issue that comes to mind is that you’re only testing reachability to one address, which means you could get a false negative where that address stops working but the rest of the internet is actually fine

    • @parodyOP
      link
      26 days ago

      Ah, my threat model isn’t that Snowden, thanks.

      you could get a false negative

      Good point. Will keep that in mind in general. (For this specific use case? Maybe it’s fine since if I see the red bar while my apps are still working, I could ignore it - but now I’ll think back to your comment and understand maybe Cloudflare is experiencing an issue. In which case I’ll check their status pages and wouldn’t be surprised to see some news article or complaints too!)

  • Dataprolet
    link
    fedilink
    English
    47 days ago

    You could use Uptime-Kuma to actually ping any IP every 5 seconds.

    • @parodyOP
      link
      26 days ago

      I am so installing this! Will be very useful beyond the simple use case in my OP. Thanks Data.

    • @parodyOP
      link
      26 days ago

      Clever! Thanks for finding those links too.

  • @parodyOP
    link
    16 days ago

    Thanks everybody!

    (1) ICMP (Internet Control Message Protocol) Echo Requests hardly constitute a burden on a server.
    (2) There is little privacy concern simply exposing your IP to Cloudflare.
    (3) Uptime-Kuma can be self hosted to accomplish this task with more bells and whistles.
    (4) There is an appetite for daydreaming of DDOSing bad Alphabetic actors ;) You civilly digidisobedient rascals!

    • @parodyOP
      link
      16 days ago

      Most succinct yet informative possible description of IsThereNet, I think :)