mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-17 20:54:40 +03:00
fix portMap json (#3312)
Co-authored-by: Alireza Ahmadi <alireza7@gmail.com>
This commit is contained in:
@@ -2339,7 +2339,7 @@ Inbound.DokodemoSettings = class extends Inbound.Settings {
|
|||||||
return {
|
return {
|
||||||
address: this.address,
|
address: this.address,
|
||||||
port: this.port,
|
port: this.port,
|
||||||
portMap: XrayCommonClass.toV2Headers(this.portMap),
|
portMap: XrayCommonClass.toV2Headers(this.portMap, false),
|
||||||
network: this.network,
|
network: this.network,
|
||||||
followRedirect: this.followRedirect,
|
followRedirect: this.followRedirect,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user