From 0b8beafc89c684140fe6be4cd007fbb2a9eb5f3d Mon Sep 17 00:00:00 2001 From: mhsanaei Date: Thu, 26 Sep 2024 13:08:54 +0200 Subject: DNS - Expect IPs --- web/html/xui/xray.html | 161 +++++++++++++++++++++++++------------------------ 1 file changed, 83 insertions(+), 78 deletions(-) (limited to 'web/html/xui/xray.html') diff --git a/web/html/xui/xray.html b/web/html/xui/xray.html index 39010f28..71c7f4a1 100644 --- a/web/html/xui/xray.html +++ b/web/html/xui/xray.html @@ -587,86 +587,90 @@ - - + + - + @@ -748,6 +752,7 @@ { title: "#", align: 'center', width: 20, scopedSlots: { customRender: 'action' } }, { title: '{{ i18n "pages.xray.outbound.address"}}', align: 'center', width: 50, scopedSlots: { customRender: 'address' } }, { title: '{{ i18n "pages.xray.dns.domains"}}', align: 'center', width: 50, scopedSlots: { customRender: 'domain' } }, + { title: '{{ i18n "pages.xray.dns.expectIPs"}}', align: 'center', width: 50, scopedSlots: { customRender: 'expectIPs' } }, ]; const fakednsColumns = [ -- cgit v1.2.3