You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
143 B
15 lines
143 B
3 months ago
|
# ipv6
|
||
|
|
||
|
```js
|
||
|
// usage
|
||
|
chance.ipv6()
|
||
|
```
|
||
|
|
||
|
Return a random IPv6 Address.
|
||
|
|
||
|
```js
|
||
|
chance.ipv6()
|
||
|
=> 'db2f:6123:f99e:00f7:a76e:7f68:9f91:bb08'
|
||
|
```
|
||
|
|