diff options
| author | Sanaei <ho3ein.sanaei@gmail.com> | 2025-08-04 18:16:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-04 18:16:11 +0300 |
| commit | baf6fdd29d47913d4d57813e558f0fa10cc24b68 (patch) | |
| tree | ecc9d91e6ecfb8dff147ae0dd7c20baf864f206c | |
| parent | 45f78d3521eb4c8bd004d160fb234ca8f133616a (diff) | |
fix portMap json (#3312)
Co-authored-by: Alireza Ahmadi <alireza7@gmail.com>
| -rw-r--r-- | web/assets/js/model/inbound.js | 2 |
1 files changed, 1 insertions, 1 deletions
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, }; |
