EN Log: New customize maskAddress

This commit is contained in:
Meow
2026-01-31 12:19:52 +08:00
committed by GitHub
parent 1d98d6481f
commit cfe3875c77
+2
View File
@@ -55,3 +55,5 @@ Currently, the available levels are `quarter`, `half`, and `full`. The masking f
- ipv4 `1.2.*.*` `1.*.*.*` `[Masked IPv4]`
- ipv6 `1234:5678::/32` `1234::/16` `[Masked IPv6]`
For more specific requirements, you can use a custom format such as `/16+/32`. The format defines the number of bits to keep unmasked; the first number is for IPv4 and the second for IPv6. Note that the IPv4 value must be divisible by 8. Using /32 (IPv4) or /128 (IPv6) means no masking, while /0 will display as `[Masked IPv4/IPv6]`.