Feature #11856
openReplace/add Alias or DNS names for known LAN addresses in the State table
0%
Description
Looking at the State table it would be nice to have internal addresses shown as DNS names or aliases if it can be resolved. Possibly hover over the name and it shows the IP address.
If a CSV State table export is considered just using the IP address would be fine.
Instead of something like this...
WAN tcp 1.2.3.4:64438 -> 192.168.1.11:993 (5.6.7.8:993) ESTABLISHED:ESTABLISHED 48 / 78 4 KiB / 64 KiB
WAN tcp 7.1.1.9:58912 -> 192.168.1.12:5001 (5.6.7.8:5001) ESTABLISHED:ESTABLISHED 160 / 167 7 KiB / 19 KiB
Show the determined alias or DNS name.
WAN tcp 1.2.3.4:64438 -> EMAIL:993 (5.6.7.8:993) ESTABLISHED:ESTABLISHED 48 / 78 4 KiB / 64 KiB
WAN tcp 7.1.1.9:58912 -> PHONES:5001 (5.6.7.8:5001) ESTABLISHED:ESTABLISHED 160 / 167 7 KiB / 19 KiB
I see this as helpful as I can then use the filter feature to show states that particular alias or name.