mirror of
https://github.com/v2board/v2board.git
synced 2025-07-17 13:09:21 +08:00
update: shadowsocks obfs pre support
This commit is contained in:
@ -569,3 +569,7 @@ DROP `settings`;
|
||||
|
||||
ALTER TABLE `v2_ticket`
|
||||
DROP `last_reply_user_id`;
|
||||
|
||||
ALTER TABLE `v2_server_shadowsocks`
|
||||
ADD `obfs` char(11) NULL AFTER `cipher`,
|
||||
ADD `obfs_settings` varchar(255) NULL AFTER `obfs`;
|
||||
|
Reference in New Issue
Block a user