mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-22 22:37:59 +03:00
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:
co-authored by
Lowder
parent
020ed7be9a
commit
fb3febd54e
Generated
+1
-1
@@ -4225,7 +4225,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "website"
|
||||
version = "0.2.4"
|
||||
version = "0.3.0"
|
||||
dependencies = [
|
||||
"dotenvy",
|
||||
"env_logger",
|
||||
|
||||
Reference in New Issue
Block a user