From baf6fdd29d47913d4d57813e558f0fa10cc24b68 Mon Sep 17 00:00:00 2001 From: Sanaei Date: Mon, 4 Aug 2025 17:16:11 +0200 Subject: [PATCH] fix portMap json (#3312) Co-authored-by: Alireza Ahmadi --- web/assets/js/model/inbound.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/assets/js/model/inbound.js b/web/assets/js/model/inbound.js index a2f85194..6d2a77a4 100644 --- a/web/assets/js/model/inbound.js +++ b/web/assets/js/model/inbound.js @@ -2339,7 +2339,7 @@ Inbound.DokodemoSettings = class extends Inbound.Settings { return { address: this.address, port: this.port, - portMap: XrayCommonClass.toV2Headers(this.portMap), + portMap: XrayCommonClass.toV2Headers(this.portMap, false), network: this.network, followRedirect: this.followRedirect, };