update: shadowsocks obfs pre support

This commit is contained in:
tokumeikoi
2022-05-12 02:39:59 +08:00
parent c09ab693bb
commit bd0834bd3f
6 changed files with 21 additions and 8 deletions

View File

@ -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`;