Commit graph

7 commits

Author SHA1 Message Date
ShareVB
328afe5ec0 fix: refactor using IPv4/6 Utils
Parse IPMask (ie, 192.168.0.5/255.255.255.0) to CIDR (ie 192.168.0.5/24), Fix #603
2024-04-20 20:18:36 +02:00
sharevb
070ec0b36e feat(IPv4 Subnet/Address Calculator): add more ip info
Add IPv4 range info (ie, private use, apipa...)
Add ARPA, Ipv6, 6to4 and class for both tools
2024-04-20 20:18:36 +02:00
Corentin Thomasset
33c9b6643f chore(lint): switched to a better lint config 2023-05-28 23:29:14 +02:00
Corentin Thomasset
7aed9c56fd fix(ipv4-converter): removed readonly on input 2023-05-15 10:00:55 +02:00
Corentin Thomasset
77f2efc0b9 refactor(ui): replaced some n-input with c-input-text 2023-05-14 22:30:23 +02:00
Corentin Thomasset
d7a503b4ae
feat(new-tool): ipv4 address converter 2023-04-08 22:09:22 +02:00
Corentin Thomasset
28145e0ffe feat(new-tool): ipv4 address converter 2023-04-08 21:13:14 +02:00