Merge branch 'main' into main

This commit is contained in:
Alireza Ahmadi
2025-08-04 17:15:41 +02:00
committed by GitHub

View File

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