whosinmylan icon indicating copy to clipboard operation
whosinmylan copied to clipboard

[FEATURE REQUEST] Add Links to IPs, when webservice is hosted

Open olvier opened this issue 3 years ago • 1 comments

Like in the FRITZ!Box, it would be awesome, when those mentioned IPs are also Links to the behind-laying services of those devices.

For example, i have many tasmota and shelly devices, a NAS are some raspberries with some services at port 80 (or maybe also 443?). I guess there is a simple way to find out?

stackoverflow helped instantly ;) curl -o /dev/null -s -w "%{http_code}\n" http://IP-HERE

Code 200: create link behind IP any(?) other: do nothing

olvier avatar Nov 13 '22 11:11 olvier

Not sure how the firtzbox does it but using curl to scan every device for open ports is a bit too much in my opinion since whosinmylan currently just uses the really efficient arp-scan command. What I could do is just open the selected ip in a new tab if you click on it.

1RandomDev avatar Nov 13 '22 13:11 1RandomDev