From 1d78d38bc5e9ef300cd4d15edab2c43c429cf0a2 Mon Sep 17 00:00:00 2001 From: Whispering Wind <151555003+ReturnFI@users.noreply.github.com> Date: Mon, 24 Mar 2025 00:22:16 +0330 Subject: [PATCH] Replace SingboxSub with IP Limit --- core/scripts/webpanel/templates/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/scripts/webpanel/templates/index.html b/core/scripts/webpanel/templates/index.html index 5c05618..7932834 100644 --- a/core/scripts/webpanel/templates/index.html +++ b/core/scripts/webpanel/templates/index.html @@ -90,10 +90,10 @@
-
+
-

--

-

Singbox

+

--

+

IP Limit

@@ -104,7 +104,7 @@

--

-

Normalsub

+

Normal Subscription

@@ -139,7 +139,7 @@ updateServiceBox('hysteria2', data.hysteria_server); updateServiceBox('telegrambot', data.hysteria_telegram_bot); - updateServiceBox('singbox', data.hysteria_singbox); + updateServiceBox('iplimit', data.hysteria_iplimit); updateServiceBox('normalsub', data.hysteria_normal_sub); }) .catch(error => console.error('Error fetching service statuses:', error));