You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we do a reverse dns lookup to the local dns to get the PTR records for the device, if there're any, to display in the connections dropdown menu? Of course this needs the user to have the host names registered beforehand but I see no harm querying that. If nothing returned, you can fallback to the manually tagged name or the plain ip. This way you can automatically resolve to the same host name for the v4 and v6 addresses, which the latter is tedious to tag every time the prefix changes.
EDIT:
I just realise this doesn't work for SLAAC. You can close this if you are not interested for the v4 part.
The text was updated successfully, but these errors were encountered:
Can we do a reverse dns lookup to the local dns to get the PTR records for the device, if there're any, to display in the connections dropdown menu? Of course this needs the user to have the host names registered beforehand but I see no harm querying that. If nothing returned, you can fallback to the manually tagged name or the plain ip. This way you can automatically resolve to the same host name for the v4 and v6 addresses, which the latter is tedious to tag every time the prefix changes.
EDIT:
I just realise this doesn't work for SLAAC. You can close this if you are not interested for the v4 part.
The text was updated successfully, but these errors were encountered: