Entytaiment25 / meowping

A simple ping utility written in Rust, that is focused on being size efficient and fast.
MIT License
8 stars 2 forks source link

Website pinging #17

Open pixlrs opened 7 months ago

pixlrs commented 7 months ago

At the moment you can ping domains, which is useful for domain-based connections for game servers, but useless for reverse proxy sites, i.e. you cannot ping Cloudflare sites, or it is useless because you are pinging the Cloudflare IP, which will always respond, regardless of whether the site is down or not. However, you could send HTTP requests to check that there is a response and that the page is loading.

0x17Bb1 commented 7 months ago

Ore if you ping https ore http just send the status code back so 522/505and so on

Entytaiment25 commented 7 months ago

I also Noticed that Antivirus Solutions like Kaspersky blocks the api to get the ASN. I will try to look more into that when I have time and push a proper fix.