mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-28 06:47:24 +08:00
fix: 修复soga后端、Tidalab、等一些后端对接获取配置失败的问题
修复添加了服务后端中间件统一鉴权导致了一些后端鉴权不通过的问题
This commit is contained in:
@@ -23,7 +23,7 @@ class Server
|
|||||||
}
|
}
|
||||||
}],
|
}],
|
||||||
'node_type' => [
|
'node_type' => [
|
||||||
'required',
|
'nullable',
|
||||||
'string',
|
'string',
|
||||||
'regex:/^(?i)(hysteria|vless|trojan|vmess|v2ray|tuic|shadowsocks|shadowsocks-plugin)$/',
|
'regex:/^(?i)(hysteria|vless|trojan|vmess|v2ray|tuic|shadowsocks|shadowsocks-plugin)$/',
|
||||||
function ($attribute, $value, $fail) {
|
function ($attribute, $value, $fail) {
|
||||||
|
|||||||
Reference in New Issue
Block a user