feat: Implement IPv6 subnet calculator for issue #924

This commit is contained in:
Babar Saleh Hayat 2024-03-28 19:14:02 +05:00
parent d3b32cc14e
commit 8ab7b3f650
8 changed files with 167 additions and 8 deletions

View file

@ -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

View file

@ -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: 开放式图形元生成器