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