[externalProxy] seprated port field #656

This commit is contained in:
Alireza Ahmadi
2023-11-30 00:18:37 +01:00
parent 3dd8dbdecf
commit 3a913ca81a
5 changed files with 31 additions and 50 deletions

View File

@@ -75,7 +75,8 @@
if (value) {
inModal.inbound.stream.externalProxy = [{
forceTls: "same",
dest: window.location.hostname + ":" + inModal.inbound.port,
dest: window.location.hostname,
port: inModal.inbound.port,
remark: ""
}];
} else {