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

feat(new tool): IPv4/6/CIDR/Range in CIDR/IP Range #993

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

sharevb
Copy link
Contributor

@sharevb sharevb commented Apr 20, 2024

A tool to see if a given IP address resides within a given CIDR block. Also a tool to see if a given CIDR blocks resides within a given CIDR block.

IP in CIDR example:

Does IP address 192.168.0.1 reside in CIDR 192.168.0.0/16 = yes
Does IP address 192.168.0.10 reside in CIDR 192.168.1.0/24 = no
CIDR in CIDR example:

Does CIDR 192.168.0.0/28 reside in CIDR 192.168.0.0/24 = yes
Does CIDR 192.168.1.0/28 reside in CIDR 192.168.20.0/24 = no

Fix #1415

Copy link

vercel bot commented Apr 20, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
it-tools ✅ Ready (Inspect) Visit Preview Apr 20, 2024 8:37pm

@sharevb sharevb marked this pull request as ready for review April 20, 2024 20:36
Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@sharevb sharevb changed the title feat(new tool): IPv4/6 in IP Range feat(new tool): IPv4/6/CIDR/Range in CIDR/IP Range Jan 12, 2025
Copy link

vercel bot commented Jan 12, 2025

@sharevb is attempting to deploy a commit to the Corentin Thomasset's Team Team on Vercel.

A member of the Team first needs to authorize it.

@sharevb sharevb mentioned this pull request Jan 12, 2025
3 tasks
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.

IP in CIDR & CIDR in CIDR
1 participant