mirror of
https://github.com/lkddi/Xboard.git
synced 2026-04-14 19:40:53 +08:00
feat: add AnyTLS support and improve system functionality
- Add AnyTLS protocol support - Add system logs viewing in admin panel - Refactor client subscription delivery code - Refactor hook mechanism - Add plugin support for Shadowsocks protocol - Add CSV export option for batch user creation - Fix mobile admin login page width display issue
This commit is contained in:
@@ -150,7 +150,9 @@ class Server extends Model
|
||||
self::TYPE_SHADOWSOCKS => [
|
||||
'cipher' => ['type' => 'string', 'default' => null],
|
||||
'obfs' => ['type' => 'string', 'default' => null],
|
||||
'obfs_settings' => ['type' => 'array', 'default' => null]
|
||||
'obfs_settings' => ['type' => 'array', 'default' => null],
|
||||
'plugin' => ['type' => 'string', 'default' => null],
|
||||
'plugin_opts' => ['type' => 'string', 'default' => null]
|
||||
],
|
||||
self::TYPE_HYSTERIA => [
|
||||
'version' => ['type' => 'integer', 'default' => 2],
|
||||
|
||||
Reference in New Issue
Block a user