feat: subnets support

* add cidr subnet support

allows checking entire subnets using cidr notation (e.g. 1.1.1.0/24, 2001:db8::/32)

- parse ipv4/ipv6 subnets from input with / delimiter
- sample 256 addresses from large subnets for checking
- show actual subnet size in ui (e.g. "8.2K всего, показано 256")
- update search placeholder with cidr examples
- limit min prefix to /8 for ipv4 and /32 for ipv6 to prevent abuse

* chore: bump version

---------

Co-authored-by: Lowder <me@lowderplay.dev>
This commit is contained in:
senya xdearboy :)
2026-03-03 00:54:50 +05:00
committed by GitHub
co-authored by Lowder
parent 020ed7be9a
commit fb3febd54e
7 changed files with 230 additions and 10 deletions
Generated
+1 -1
View File
@@ -4225,7 +4225,7 @@ dependencies = [
[[package]]
name = "website"
version = "0.2.4"
version = "0.3.0"
dependencies = [
"dotenvy",
"env_logger",