Update inbound.js
This commit is contained in:
parent
a45f17c1dc
commit
55ffb1f9ac
@ -1313,7 +1313,7 @@ class Inbound extends XrayCommonClass {
|
||||
const security = forceTls == 'same' ? this.stream.security : forceTls;
|
||||
const params = new Map();
|
||||
params.set("type", this.stream.network);
|
||||
params.set("encryption", this.settings.encryption);
|
||||
params.set("encryption", this.settings.encryption || "none");
|
||||
switch (type) {
|
||||
case "tcp":
|
||||
const tcp = this.stream.tcp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user