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 8e40f832..9c488383 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -523,6 +523,7 @@ + DNS {{ i18n "pages.xray.dns.add" }} [[ dns.domains.join(",") ]] + Fake DNS + {{ i18n "pages.xray.fakedns.add" }} + + + @@ -582,6 +610,7 @@ {{template "reverseModal"}} {{template "balancerModal"}} {{template "dnsModal"}} +{{template "fakednsModal"}} {{template "warpModal"}}