Giter Site home page Giter Site logo

Probe IDs about globalping HOT 7 CLOSED

jsdelivr avatar jsdelivr commented on May 28, 2024
Probe IDs

from globalping.

Comments (7)

patrykcieszkowski avatar patrykcieszkowski commented on May 28, 2024

But that would mean you can target one particular probe and DDoS it - regardless of whether intentional or not. I can imagine a situation, where an incident happens, and engineers wanting to make sure their servers ara available in the area, would pick the first server from the list and start probing; whereas right now, we shuffle the order of probes, so even if we were to implement more sophisticated matching system - multiple requests would be spread accross many probes.

from globalping.

jimaek avatar jimaek commented on May 28, 2024

Yes, that's a risk :(
So you suggest not even trying to solve the above use-case?

from globalping.

patrykcieszkowski avatar patrykcieszkowski commented on May 28, 2024

We could expand the location query mechanism to sticky values - meaning, they would have to complement one another, as opposed to what we do now - match every location query individually

I think ID matching does make sense, but if we ever do it - it should be behind a paywall, so its controlled

from globalping.

patrykcieszkowski avatar patrykcieszkowski commented on May 28, 2024

We could expand the location query mechanism to sticky values

We could do something like this:

[
    {
        "type": "nested",
        "value": [
            {
                "type": "country",
                "value": "gb"
            },
            {
                "type": "network",
                "value": "virgin media limited"
            }
        ],
        "limit": 1
    }
]

the logic behind:

  • we add a new type, accepting Location[] as a value
  • the type can only be used top level
  • second-level filter (filter inside nested type) can't supply limit value
  • values within the nested type are filtered for common match.

from globalping.

jimaek avatar jimaek commented on May 28, 2024

We implemented the filters part. @MartinKolarik any thoughts on unique IDs and using them to target probes?

from globalping.

MartinKolarik avatar MartinKolarik commented on May 28, 2024

At this point, I see no reason to allow it. We could consider it later if there's a good use case.

from globalping.

jimaek avatar jimaek commented on May 28, 2024

Then I'll close it and see if anyone opens a new issue about it

from globalping.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.