mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-12-17 20:54:40 +03:00
v2.3.14
This commit is contained in:
@@ -909,15 +909,15 @@ Outbound.FreedomSettings.Fragment = class extends CommonClass {
|
||||
}
|
||||
};
|
||||
Outbound.FreedomSettings.Noise = class extends CommonClass {
|
||||
constructor(packets = '', delay = '') {
|
||||
constructor(packet = '', delay = '') {
|
||||
super();
|
||||
this.packets = packets;
|
||||
this.packet = packet;
|
||||
this.delay = delay;
|
||||
}
|
||||
|
||||
static fromJson(json = {}) {
|
||||
return new Outbound.FreedomSettings.Noise(
|
||||
json.packets,
|
||||
json.packet,
|
||||
json.delay,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user