mirror of
https://github.com/XTLS/Xray-docs-next.git
synced 2026-09-22 22:38:05 +03:00
EN Log: New customize maskAddress
This commit is contained in:
@@ -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]`.
|
||||
|
||||
Reference in New Issue
Block a user