Random IPv6 #1

Open
opened 2024-03-27 12:13:24 +00:00 by Sirherobrine23 · 0 comments

On make random IPv6 and not set delimiter range create random IPv6 from this code:

Array(8).fill(() => crypto.randomInt(0, 65535)).map(s => s().toString(16)).join(":")
On make random IPv6 and not set delimiter range create random IPv6 from this code: ```ts Array(8).fill(() => crypto.randomInt(0, 65535)).map(s => s().toString(16)).join(":") ```
Sirherobrine23 self-assigned this 2024-03-27 12:13:24 +00:00
Sign in to join this conversation.
No description provided.