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
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-HERECode 200: create link behind IP
any(?) other: do nothing