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
It would be very helpful if you could make a trailing dot at the end of a configured suffix (most notably gua_label) prevent the configured domain from being appended to the name. That way, I could have all of the following:
MyMachine.home resolves to the ULA address (and the ipv4)
MyMachine.LL.home resolves to the link-local address
MyMachine.example.com resolves to the global address
Currently, if I were to set option 'gua_label' 'example.com.', the resulting hostname would likely be MyMachine.example.com..home.
The text was updated successfully, but these errors were encountered:
Unfortunately, find the right spot in the code to do this feature enhancement is turning out to be trickier than I originally thought. I may take me some more time.
I can reproduce the error, just need to find the right place to fix it.
This one isn't actually a high priority for me, since I haven't really spent the time to decide on a domain name I'd even want to pay some provider for.
It would be very helpful if you could make a trailing dot at the end of a configured suffix (most notably
gua_label
) prevent the configured domain from being appended to the name. That way, I could have all of the following:MyMachine.home
resolves to the ULA address (and the ipv4)MyMachine.LL.home
resolves to the link-local addressMyMachine.example.com
resolves to the global addressCurrently, if I were to set
option 'gua_label' 'example.com.'
, the resulting hostname would likely beMyMachine.example.com..home
.The text was updated successfully, but these errors were encountered: