From 02bff4db6c99bac0aefb5c4c65c986d8d5b802a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=BC=D0=B8=D1=82=D1=80=D0=B8=D0=B9=20=D0=9E=D0=BB?= =?UTF-8?q?=D0=B5=D0=B3=D0=BE=D0=B2=D0=B8=D1=87=20=D0=A1=D0=B0=D0=B5=D0=BD?= =?UTF-8?q?=D0=BA=D0=BE?= Date: Tue, 23 Sep 2025 20:43:56 +0300 Subject: [PATCH] max port to 65535 (#3536) * add EXPOSE port in Dockerfile * fix: max port 65 531 -> 65 535 * fix --------- Co-authored-by: mhsanaei --- web/html/form/inbound.html | 9 +++++---- web/html/form/stream/external_proxy.html | 10 ++++++---- web/html/modals/xray_dns_modal.html | 9 +++++---- web/html/settings/panel/general.html | 5 +++-- web/html/settings/panel/subscription/general.html | 11 ++++------- 5 files changed, 23 insertions(+), 21 deletions(-) diff --git a/web/html/form/inbound.html b/web/html/form/inbound.html index ca4dc66a..00f97f6e 100644 --- a/web/html/form/inbound.html +++ b/web/html/form/inbound.html @@ -28,7 +28,7 @@ - + @@ -51,8 +51,9 @@ {{ i18n "pages.inbounds.periodicTrafficResetDesc" }}
- {{ i18n "pages.inbounds.lastReset" }}: - [[ moment(dbInbound.lastTrafficResetTime).format('YYYY-MM-DD HH:mm:ss') ]] + {{ i18n "pages.inbounds.lastReset" }}: + [[ + moment(dbInbound.lastTrafficResetTime).format('YYYY-MM-DD HH:mm:ss') ]] [[ DateUtil.convertToJalalian(moment(dbInbound.lastTrafficResetTime)) ]] @@ -145,4 +146,4 @@ -{{end}} +{{end}} \ No newline at end of file diff --git a/web/html/form/stream/external_proxy.html b/web/html/form/stream/external_proxy.html index 187090d8..5c13df1b 100644 --- a/web/html/form/stream/external_proxy.html +++ b/web/html/form/stream/external_proxy.html @@ -3,12 +3,14 @@ - + - +