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

[FEATURE]: Ability to add a comment to each FQDN or or IP in a file #125

Open
miro444 opened this issue Nov 1, 2022 · 1 comment
Open

Comments

@miro444
Copy link

miro444 commented Nov 1, 2022

In some scenarios where split DNS is used internally, you want to be able to check both destinations. The only way to do this is to specify the target IP instead of the FQDN. Having multiple IPs then, it is hard to determine what device it is without doing internal IP search.

Therefore, having the ability to add a "friendly name" or "description" to a target would solve this within the file.

Example:

domain.com 443 # load balancer 1
anotherdomain.com 443 # web server xyz

@pothi
Copy link

pothi commented Feb 10, 2023

Good idea. Currently, you can insert comments on their own line like this...

# load balancer 1
domain.com 443

# web server xyz
anotherdomain.com 443

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