From 7b15274c842b31e8caded3e7f272237f31824852 Mon Sep 17 00:00:00 2001
From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com>
Date: Mon, 24 Mar 2025 09:45:15 +0000
Subject: chore: moving the settings tabs to a separate directory
---
web/html/xui/settings/xray/dns.html | 149 ++++++++++++++++++++++++++++++++++++
1 file changed, 149 insertions(+)
create mode 100644 web/html/xui/settings/xray/dns.html
(limited to 'web/html/xui/settings/xray/dns.html')
diff --git a/web/html/xui/settings/xray/dns.html b/web/html/xui/settings/xray/dns.html
new file mode 100644
index 00000000..65735ff9
--- /dev/null
+++ b/web/html/xui/settings/xray/dns.html
@@ -0,0 +1,149 @@
+{{define "settings/xray/dns"}}
+
+
+
+ {{ i18n "pages.xray.dns.enable" }}
+ {{ i18n "pages.xray.dns.enableDesc" }}
+
+
+
+
+
+
+ {{ i18n "pages.xray.dns.tag" }}
+ {{ i18n "pages.xray.dns.tagDesc" }}
+
+
+
+
+
+ {{ i18n "pages.xray.dns.clientIp" }}
+ {{ i18n "pages.xray.dns.clientIpDesc" }}
+
+
+
+
+
+ {{ i18n "pages.xray.dns.strategy" }}
+ {{ i18n "pages.xray.dns.strategyDesc" }}
+
+
+
+ [[ l ]]
+
+
+
+
+
+ {{ i18n "pages.xray.dns.disableCache" }}
+ {{ i18n "pages.xray.dns.disableCacheDesc" }}
+
+
+
+
+
+ {{ i18n "pages.xray.dns.disableFallback" }}
+ {{ i18n "pages.xray.dns.disableFallbackDesc" }}
+
+
+
+
+
+ {{ i18n "pages.xray.dns.disableFallbackIfMatch" }}
+ {{ i18n "pages.xray.dns.disableFallbackIfMatchDesc" }}
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.xray.dns.add" }}
+
+
+
+ [[ index+1 ]]
+
+ e.preventDefault()" type="more"
+ style="font-size: 16px; text-decoration: bold;">
+
+
+
+ {{ i18n "edit" }}
+
+
+
+
+ {{ i18n "delete"}}
+
+
+
+
+
+
+ [[ dns.address ]]
+ [[ dns ]]
+
+
+ [[ dns.domains.join(",") ]]
+
+
+ [[ dns.expectIPs.join(",") ]]
+
+
+
+
+
+
+
+ {{ i18n "pages.xray.dns.add" }}
+
+
+
+
+
+
+
+ {{ i18n "pages.xray.fakedns.add"
+ }}
+
+
+ [[ index+1 ]]
+
+ e.preventDefault()" type="more"
+ style="font-size: 16px; text-decoration: bold;">
+
+
+
+ {{ i18n "edit" }}
+
+
+
+
+ {{ i18n "delete"}}
+
+
+
+
+
+
+
+
+
+
+
+ {{ i18n "pages.xray.fakedns.add" }}
+
+
+
+
+
+
+{{end}}
\ No newline at end of file
--
cgit v1.2.3
From 19f79386172118630d1a36e4c7b031504e081077 Mon Sep 17 00:00:00 2001
From: danilshishkevich
Date: Tue, 25 Mar 2025 15:13:17 +0000
Subject: chore: giving keys for each `a-collapse-panel`
---
web/html/xui/settings/xray/dns.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'web/html/xui/settings/xray/dns.html')
diff --git a/web/html/xui/settings/xray/dns.html b/web/html/xui/settings/xray/dns.html
index 65735ff9..696f73e1 100644
--- a/web/html/xui/settings/xray/dns.html
+++ b/web/html/xui/settings/xray/dns.html
@@ -1,6 +1,6 @@
{{define "settings/xray/dns"}}
-
-
+
+
{{ i18n "pages.xray.dns.enable" }}
{{ i18n "pages.xray.dns.enableDesc" }}
@@ -59,7 +59,7 @@
-
+
@@ -107,7 +107,7 @@
-
+
{{ i18n "pages.xray.fakedns.add"
--
cgit v1.2.3