mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-28 14:57:22 +08:00
fix: resolve AnyTLS padding scheme modification issue
This commit is contained in:
@@ -72,6 +72,7 @@ class ServerSave extends FormRequest
|
|||||||
'anytls' => [
|
'anytls' => [
|
||||||
'tls' => 'nullable|array',
|
'tls' => 'nullable|array',
|
||||||
'alpn' => 'nullable|string',
|
'alpn' => 'nullable|string',
|
||||||
|
'padding_scheme' => 'nullable|array',
|
||||||
],
|
],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user