-
Notifications
You must be signed in to change notification settings - Fork 490
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
Python script to check the validity of a given IP address #1368
base: master
Are you sure you want to change the base?
Conversation
👇 Click on the image for a new way to code review
Legend |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Except for this one little technical correction (i think that is like that, but eventually I'm wrong, then sorry) this looks good. Thanks for the contribution.
### Libraries used: | ||
- ipaddress - Provides functions to create, manipulate and operate in IPv4 and IPv6 addresses and networks. | ||
- sys - Used to provide access to variables maintained by the interpreter. | ||
- socket - Provides functions and objects to build network applications for clients and servers. It helps access the BSD Socket interface. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Technically i think these aren't libraries, but instead modules of the standard library.
Description
Added Python script to check the validity of a given IP address and hostname.
Fixes #1367
Type of change
Please delete options that are not relevant.
Checklist:
README.md