fix: resolve AnyTLS padding scheme modification issue

This commit is contained in:
xboard
2025-05-23 20:47:17 +08:00
parent fc5a957ddd
commit 61300fbcc3

View File

@@ -72,6 +72,7 @@ class ServerSave extends FormRequest
'anytls' => [
'tls' => 'nullable|array',
'alpn' => 'nullable|string',
'padding_scheme' => 'nullable|array',
],
];