尝试增加hy2支持

This commit is contained in:
root
2023-09-25 16:15:58 +09:00
parent 94d548ecbd
commit b6961ff590
4 changed files with 110177 additions and 2 deletions

View File

@ -215,6 +215,7 @@ CREATE TABLE `v2_server_group` (
DROP TABLE IF EXISTS `v2_server_hysteria`;
CREATE TABLE `v2_server_hysteria` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`version` int(11) NOT NULL,
`group_id` varchar(255) NOT NULL,
`route_id` varchar(255) DEFAULT NULL,
`name` varchar(255) NOT NULL,