diff --git a/web/html/xui/fakedns_modal.html b/web/html/xui/fakedns_modal.html
new file mode 100644
index 00000000..c830f44d
--- /dev/null
+++ b/web/html/xui/fakedns_modal.html
@@ -0,0 +1,57 @@
+{{define "fakednsModal"}}
+
+
+
+
+
+
+
+
+
+
+
+{{end}}
diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html
index 6f21d005..614ee65b 100644
--- a/web/html/xui/xray.html
+++ b/web/html/xui/xray.html
@@ -523,7 +523,7 @@
-
+
@@ -543,6 +543,7 @@
+ DNS
{{ i18n "pages.xray.dns.add" }}
[[ dns.domains.join(",") ]]
+ Fake DNS
+ {{ i18n "pages.xray.fakedns.add" }}
+
+
+ [[ index+1 ]]
+
+ e.preventDefault()" type="more"
+ style="font-size: 16px; text-decoration: bold;">
+
+
+
+ {{ i18n "edit" }}
+
+
+
+ {{ i18n "delete"}}
+
+
+
+
+
+
@@ -601,6 +626,8 @@
{{template "outModal"}}
{{template "reverseModal"}}
{{template "balancerModal"}}
+{{template "dnsModal"}}
+{{template "fakednsModal"}}
{{template "warpModal"}}