whosinmylan
whosinmylan copied to clipboard
[FEATURE REQUEST] Add Links to IPs, when webservice is hosted
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
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.