| 
														
															@@ -1856,7 +1856,7 @@ Inbound.VmessSettings = class extends Inbound.Settings { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 Inbound.VmessSettings.Vmess = class extends XrayCommonClass { 
														 | 
														
														 | 
														
															 Inbound.VmessSettings.Vmess = class extends XrayCommonClass { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    constructor(id=RandomUtil.randomUUID(), email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId=0, subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    constructor(id=RandomUtil.randomUUID(), email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId='', subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         super(); 
														 | 
														
														 | 
														
															         super(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.id = id; 
														 | 
														
														 | 
														
															         this.id = id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.email = email; 
														 | 
														
														 | 
														
															         this.email = email; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1947,7 +1947,7 @@ Inbound.VLESSSettings = class extends Inbound.Settings { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 Inbound.VLESSSettings.VLESS = class extends XrayCommonClass { 
														 | 
														
														 | 
														
															 Inbound.VLESSSettings.VLESS = class extends XrayCommonClass { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    constructor(id=RandomUtil.randomUUID(), flow='', email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId=0, subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    constructor(id=RandomUtil.randomUUID(), flow='', email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId='', subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         super(); 
														 | 
														
														 | 
														
															         super(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.id = id; 
														 | 
														
														 | 
														
															         this.id = id; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.flow = flow; 
														 | 
														
														 | 
														
															         this.flow = flow; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -2072,7 +2072,7 @@ Inbound.TrojanSettings = class extends Inbound.Settings { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 Inbound.TrojanSettings.Trojan = class extends XrayCommonClass { 
														 | 
														
														 | 
														
															 Inbound.TrojanSettings.Trojan = class extends XrayCommonClass { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    constructor(password=RandomUtil.randomSeq(10), flow='', email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId=0, subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    constructor(password=RandomUtil.randomSeq(10), flow='', email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId='', subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         super(); 
														 | 
														
														 | 
														
															         super(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.password = password; 
														 | 
														
														 | 
														
															         this.password = password; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.flow = flow; 
														 | 
														
														 | 
														
															         this.flow = flow; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -2217,7 +2217,7 @@ Inbound.ShadowsocksSettings = class extends Inbound.Settings { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 Inbound.ShadowsocksSettings.Shadowsocks = class extends XrayCommonClass { 
														 | 
														
														 | 
														
															 Inbound.ShadowsocksSettings.Shadowsocks = class extends XrayCommonClass { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    constructor(method='', password=RandomUtil.randomShadowsocksPassword(), email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId=0, subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    constructor(method='', password=RandomUtil.randomShadowsocksPassword(), email=RandomUtil.randomLowerAndNum(8),limitIp=0, totalGB=0, expiryTime=0, enable=true, tgId='', subId=RandomUtil.randomLowerAndNum(16), reset=0) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         super(); 
														 | 
														
														 | 
														
															         super(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.method = method; 
														 | 
														
														 | 
														
															         this.method = method; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         this.password = password; 
														 | 
														
														 | 
														
															         this.password = password; 
														 |