mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2026-04-04 05:23:25 +08:00
chore: 传输层应该有配置, 暂时不考虑兼容不给配置的节点
This commit is contained in:
@@ -351,6 +351,7 @@ function URI_VMess() {
|
|||||||
transportPath = '/';
|
transportPath = '/';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// 传输层应该有配置, 暂时不考虑兼容不给配置的节点
|
||||||
if (transportPath || transportHost) {
|
if (transportPath || transportHost) {
|
||||||
if (['grpc'].includes(proxy.network)) {
|
if (['grpc'].includes(proxy.network)) {
|
||||||
proxy[`${proxy.network}-opts`] = {
|
proxy[`${proxy.network}-opts`] = {
|
||||||
|
|||||||
Reference in New Issue
Block a user