Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow per-type suffixes to override DOMAIN #20

Open
DanaGoyette opened this issue Dec 5, 2023 · 3 comments
Open

Allow per-type suffixes to override DOMAIN #20

DanaGoyette opened this issue Dec 5, 2023 · 3 comments

Comments

@DanaGoyette
Copy link

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.

@cvmiller
Copy link
Collaborator

cvmiller commented Dec 6, 2023

Let me look into it.

@cvmiller
Copy link
Collaborator

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.

@DanaGoyette
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants