Device name not correct #642
Replies: 2 comments 3 replies
-
Hi @ulrichwisser , That's expected behavior. The app tries to make the device names more user friendly/readable by cleaning up the names:
Let me know if this causes significant issues and I can make this configurable, |
Beta Was this translation helpful? Give feedback.
-
If I understand right, you try to remove the top level domain if it isn't really usefull like ".local". I would propose to change the code to try the following
Alternatively, if I got something about your current code wrong I would suggest that you remove .home .lan .local .localdomain only if they are used as top level domain, e.g. device.lan -> device, device.lan.home.example.com -> device.lan.home.example.com |
Beta Was this translation helpful? Give feedback.
-
Hi!
I have a strange error. I use a third level domain for my home network. All devices are named like
device.home.example.com
. When I rundig -x <ip> PTR
I get the correct name. Bit NetAlertX shows all devices asdevice.example.com
.What am I doing wrong?
Thankful for any hints
/Ulrich
Beta Was this translation helpful? Give feedback.
All reactions