Update src/tools/ipv6-ula-generator/index.ts
This commit is contained in:
parent
e3bad35766
commit
f3887fdce7
@ -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…
Reference in New Issue
Block a user