mirror of
https://github.com/v2board/v2board.git
synced 2025-09-16 19:23:08 +08:00
update: hysteria2
This commit is contained in:
@ -720,3 +720,7 @@ ADD `transfer_unit_price` int(11) NULL AFTER `daily_unit_price`;
|
||||
|
||||
ALTER TABLE `v2_order`
|
||||
DROP `surplus_order_ids`;
|
||||
|
||||
ALTER TABLE `v2_server_hysteria`
|
||||
ADD `ignore_client_bandwidth` tinyint(1) NOT NULL DEFAULT '0' AFTER `insecure`,
|
||||
ADD `obfs_type` varchar(11) NULL AFTER `ignore_client_bandwidth`;
|
||||
|
Reference in New Issue
Block a user