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

Added function to generate all IP addresses between two IP Address. #90

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

Conversation

LEVA1989
Copy link

ip.range('192.168.1.0', '192.168.1.255');
//This will return an array with 256 IP's ['192.168.1.0','192.168.1.1',...,'192.168.1.255']

@LEVA1989 LEVA1989 closed this Apr 30, 2018
@LEVA1989 LEVA1989 reopened this Apr 30, 2018
@RogerHardiman
Copy link

Hi
I'd written code to do this in April 2016, but it never got merged
30 Apr 2016

But have re-worked it to include IPv6 support too

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.

2 participants