面板 等级化-标签化 转换工具

This commit is contained in:
兔姬桑
2020-07-13 04:13:45 +08:00
parent 0f543ceab2
commit 3e3ecffa82
6 changed files with 69 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ CREATE TABLE `ss_node`
`relay_port` SMALLINT(5) UNSIGNED NULL DEFAULT 0 COMMENT '中转端口',
`level` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0' COMMENT '等级0-无等级,全部可见',
`speed_limit` BIGINT(20) UNSIGNED NOT NULL DEFAULT '0' COMMENT '节点限速为0表示不限速单位Byte',
`client_limit` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0 COMMENT '设备数限制',
`client_limit` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0 COMMENT '设备数限制',
`description` VARCHAR(255) NULL DEFAULT NULL COMMENT '节点简单描述',
`method` VARCHAR(32) NOT NULL DEFAULT 'aes-256-cfb' COMMENT '加密方式',
`protocol` VARCHAR(64) NOT NULL DEFAULT 'origin' COMMENT '协议',