fix portMap json

This commit is contained in:
Alireza Ahmadi 2025-08-04 17:14:06 +02:00
parent 01f984e054
commit 0648622e91

View file

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