Skip to content

Conversation

@onejimmyboy
Copy link

Which Issue(s) This PR Fixes

Fixes #7285

Brief Description

How Did You Test This Change?

@onejimmyboy onejimmyboy changed the title Fix 7285 Fix 7285Broker don't check name server host is correct or not Aug 31, 2023
@onejimmyboy onejimmyboy changed the title Fix 7285Broker don't check name server host is correct or not [Enhancement 7285] Broker don't check name server host is correct or not Aug 31, 2023
if (validator.isValidInet6Address(ipAddress)) {
return true;
}
return ipAddress.equals("localhost");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what if users give a hostname like broker01, will it work as expected?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good idea, it has been modified

@github-actions
Copy link

github-actions bot commented Sep 4, 2024

This PR is stale because it has been open for 365 days with no activity. It will be closed in 3 days if no further activity occurs. If you wish not to mark it as stale, please leave a comment in this PR.

@github-actions github-actions bot added the stale label Sep 4, 2024
@github-actions
Copy link

github-actions bot commented Sep 8, 2024

This PR was closed because it has been inactive for 3 days since being marked as stale.

@github-actions github-actions bot closed this Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Enhancement] Broker don't check name server host is correct or not

2 participants