fix: add periodicTrafficReset field to inbound data structure

This commit is contained in:
egregors 2025-08-31 19:48:40 +02:00
parent 3407c67a68
commit 283aa528eb
No known key found for this signature in database
GPG key ID: 78C8DDCC8BB0494A

View file

@ -1090,6 +1090,7 @@
remark: dbInbound.remark + " - Cloned", remark: dbInbound.remark + " - Cloned",
enable: dbInbound.enable, enable: dbInbound.enable,
expiryTime: dbInbound.expiryTime, expiryTime: dbInbound.expiryTime,
periodicTrafficReset: dbInbound.periodicTrafficReset,
listen: '', listen: '',
port: RandomUtil.randomInteger(10000, 60000), port: RandomUtil.randomInteger(10000, 60000),
@ -1134,6 +1135,7 @@
remark: dbInbound.remark, remark: dbInbound.remark,
enable: dbInbound.enable, enable: dbInbound.enable,
expiryTime: dbInbound.expiryTime, expiryTime: dbInbound.expiryTime,
periodicTrafficReset: dbInbound.periodicTrafficReset,
listen: inbound.listen, listen: inbound.listen,
port: inbound.port, port: inbound.port,
@ -1157,6 +1159,7 @@
remark: dbInbound.remark, remark: dbInbound.remark,
enable: dbInbound.enable, enable: dbInbound.enable,
expiryTime: dbInbound.expiryTime, expiryTime: dbInbound.expiryTime,
periodicTrafficReset: dbInbound.periodicTrafficReset,
listen: inbound.listen, listen: inbound.listen,
port: inbound.port, port: inbound.port,