Files
ProxyPanel/sql/update/20190313.sql
兔姬桑 a0922521cf 初始化
2020-08-05 03:19:28 +08:00

4 lines
348 B
SQL
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-- 节点适配rico93版的v2ray插件
ALTER TABLE ss_node
ADD COLUMN v2_insider_port INT NOT NULL DEFAULT '10550' COMMENT 'V2ray内部端口内部监听v2_port为0时有效' AFTER v2_tls,
ADD COLUMN v2_outsider_port INT NOT NULL DEFAULT '443' COMMENT 'V2ray外部端口外部覆盖v2_port为0时有效' AFTER v2_insider_port;