From 66a3835155bc4e085097e1a23aadcda199eb0e58 Mon Sep 17 00:00:00 2001 From: kastov Date: Mon, 6 Jul 2026 22:19:26 +0300 Subject: [PATCH] docs: update HWID validation length in device limit documentation --- docs/features/hwid-device-limit.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/hwid-device-limit.md b/docs/features/hwid-device-limit.md index 813829a..9412697 100644 --- a/docs/features/hwid-device-limit.md +++ b/docs/features/hwid-device-limit.md @@ -86,9 +86,9 @@ To enable support for the HWID feature in your client, the application should se :::warning Starting from Remnawave Panel **v2.9.0**, the incoming `x-hwid` header is -validated against the regular expression `/^[a-zA-Z0-9-]{16,64}$/`. +validated against the regular expression `/^[a-zA-Z0-9-]{10,64}$/`. -In simple terms: the HWID must be 16 to 64 characters long and may only +In simple terms: the HWID must be 10 to 64 characters long and may only contain Latin letters, digits, and hyphens. If the HWID does not match, Remnawave ignores the header entirely.