From 283aa528ebeef52df5603e4383ea6d2689d2575f Mon Sep 17 00:00:00 2001 From: egregors Date: Sun, 31 Aug 2025 19:48:40 +0200 Subject: [PATCH] fix: add periodicTrafficReset field to inbound data structure --- web/html/inbounds.html | 3 +++ 1 file changed, 3 insertions(+) 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,