فهرست منبع

fix portMap json (#3312)

Co-authored-by: Alireza Ahmadi <[email protected]>
Sanaei 2 ماه پیش
والد
کامیت
baf6fdd29d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      web/assets/js/model/inbound.js

+ 1 - 1
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,
         };