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

Feature request: random IP generator in a subnet #6

Open
zekesonxx opened this issue Sep 14, 2022 · 1 comment
Open

Feature request: random IP generator in a subnet #6

zekesonxx opened this issue Sep 14, 2022 · 1 comment

Comments

@zekesonxx
Copy link

Sometimes I need to randomly generate an IPv6 address, and it'd be really nice if ipv6.tools could do this for me.

Preferably generate it within a given subnet, so for example:

Input: fe80::/64
Potential output: fe80::8c9e:5d94:34a5:c3b1
Potential output: fe80::4515:4987:3f22:d336

Input: 2001:db8::/32
Potential output: 2001:db8:bc6c:d810:a967:9fef:f9da:7d01
Potential output: 2001:db8:662:b9a0:4b65:6872:ca88:7c8

@RaidAndFade
Copy link
Owner

Hi,

This feels like a very niche use-case that will mostly become clutter. If you are willing to PR it yourself and get a couple people to say they are actually interested in this, we can add it. Otherwise I don't personally see the value of this feature on a grand scale.

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

No branches or pull requests

2 participants