mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-06 14:27:11 -04:00
feat: Implement IPv6 subnet calculator for issue #924
This commit is contained in:
parent
d3b32cc14e
commit
8ab7b3f650
8 changed files with 167 additions and 8 deletions
|
@ -303,6 +303,10 @@ tools:
|
|||
ipv4-subnet-calculator:
|
||||
title: IPv4 subnet calculator
|
||||
description: Parse your IPv4 CIDR blocks and get all the info you need about your sub network.
|
||||
|
||||
ipv6-subnet-calculator:
|
||||
title: IPv6 subnet calculator
|
||||
description: Parse your IPv6 CIDR blocks and get all the info you need about your sub network.
|
||||
|
||||
og-meta-generator:
|
||||
title: Open graph meta generator
|
||||
|
|
|
@ -299,6 +299,10 @@ tools:
|
|||
ipv4-subnet-calculator:
|
||||
title: IPv4子网计算器
|
||||
description: 解析IPv4 CIDR块,并获取有关子网络的所有所需信息。
|
||||
|
||||
ipv6-subnet-calculator:
|
||||
title: IPv6子网计算器
|
||||
description: 解析IPv6 CIDR块,并获取有关子网络的所有所需信息。
|
||||
|
||||
og-meta-generator:
|
||||
title: 开放式图形元生成器
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue