mirror of
https://github.com/cedar2025/Xboard.git
synced 2025-03-14 00:38:13 -04:00
fix: 修复soga后端、Tidalab、等一些后端对接获取配置失败的问题
修复添加了服务后端中间件统一鉴权导致了一些后端鉴权不通过的问题
This commit is contained in:
parent
cc1dc14c84
commit
b489f8f6f1
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user