Update src/tools/ipv6-ula-generator/index.ts

This commit is contained in:
Corentin THOMASSET 2023-04-09 20:57:43 +02:00 committed by GitHub
parent e3bad35766
commit f3887fdce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,7 @@ export const tool = defineTool({
name: 'IPv6 ULA generator',
path: '/ipv6-ula-generator',
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'],
component: () => import('./ipv6-ula-generator.vue'),
icon: BuildingFactory,