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

Update Jakarta README.md - Remove the check dependency on ping. #54

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

arturmartins
Copy link

Instead of using ping to test the system's standard DNS resolution process, I propose using getent instead since it doesn't require communication with the outside world.

The getent command with the hosts argument utilises the system's libc resolver to perform name lookups based on the configuration specified in /etc/nsswitch.conf. This approach ensures the testing of the system's actual name resolution pathway, as would be used by most applications and tools on the system that rely on DNS resolution.

I tested the script in the Jakarta VM and it worked as expected.

Remove the check dependency on ping.
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

Successfully merging this pull request may close these issues.

1 participant