mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-08 23:25:03 -04:00
Update src/tools/ipv6-ula-generator/index.ts
This commit is contained in:
parent
e3bad35766
commit
f3887fdce7
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ export const tool = defineTool({
|
||||||
name: 'IPv6 ULA generator',
|
name: 'IPv6 ULA generator',
|
||||||
path: '/ipv6-ula-generator',
|
path: '/ipv6-ula-generator',
|
||||||
description:
|
description:
|
||||||
'This generator generates your own local, non-routable IP addresses on your network according to RFC4193.',
|
'Generate your own local, non-routable IP addresses on your network according to RFC4193.',
|
||||||
keywords: ['ipv6', 'ula', 'generator', 'rfc4193', 'network', 'private'],
|
keywords: ['ipv6', 'ula', 'generator', 'rfc4193', 'network', 'private'],
|
||||||
component: () => import('./ipv6-ula-generator.vue'),
|
component: () => import('./ipv6-ula-generator.vue'),
|
||||||
icon: BuildingFactory,
|
icon: BuildingFactory,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue