diff --git a/web/html/inbounds.html b/web/html/inbounds.html
index e679ce93..2b57ff1f 100644
--- a/web/html/inbounds.html
+++ b/web/html/inbounds.html
@@ -1090,6 +1090,7 @@
remark: dbInbound.remark + " - Cloned",
enable: dbInbound.enable,
expiryTime: dbInbound.expiryTime,
+ periodicTrafficReset: dbInbound.periodicTrafficReset,
listen: '',
port: RandomUtil.randomInteger(10000, 60000),
@@ -1134,6 +1135,7 @@
remark: dbInbound.remark,
enable: dbInbound.enable,
expiryTime: dbInbound.expiryTime,
+ periodicTrafficReset: dbInbound.periodicTrafficReset,
listen: inbound.listen,
port: inbound.port,
@@ -1157,6 +1159,7 @@
remark: dbInbound.remark,
enable: dbInbound.enable,
expiryTime: dbInbound.expiryTime,
+ periodicTrafficReset: dbInbound.periodicTrafficReset,
listen: inbound.listen,
port: inbound.port,