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: max port to 65535 (#3536) * add EXPOSE port in Dockerfile * fix: max port 65 531 -> 65 535 * fix --------- Co-authored-by: mhsanaei --- web/html/modals/xray_dns_modal.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'web/html/modals') diff --git a/web/html/modals/xray_dns_modal.html b/web/html/modals/xray_dns_modal.html index 484bd2f8..97970555 100644 --- a/web/html/modals/xray_dns_modal.html +++ b/web/html/modals/xray_dns_modal.html @@ -7,12 +7,13 @@ - + - [[ l ]] + [[ l ]] + @@ -75,7 +76,7 @@ isEdit: false, confirm: null, dnsServer: { ...defaultDnsObject }, - ok() { + ok() { ObjectUtil.execute(dnsModal.confirm, { ...dnsModal.dnsServer }); }, show({ @@ -106,7 +107,7 @@ } } else { this.dnsServer = { ...defaultDnsObject }; - + this.dnsServer.domains = []; this.dnsServer.expectIPs = []; this.dnsServer.unexpectedIPs = []; -- cgit v1.2.3