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 @@ - + + Fake DNS + {{ i18n "pages.xray.fakedns.add" }} + + + @@ -601,6 +626,8 @@ {{template "outModal"}} {{template "reverseModal"}} {{template "balancerModal"}} +{{template "dnsModal"}} +{{template "fakednsModal"}} {{template "warpModal"}}