mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-08-11 03:19:02 +08:00
chore: 传输层应该有配置, 暂时不考虑兼容不给配置的节点
This commit is contained in:
parent
9785271c5b
commit
14ed56b5d5
@ -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`] = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user