diff options
Diffstat (limited to 'web/html/settings/xray')
| -rw-r--r-- | web/html/settings/xray/dns.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/web/html/settings/xray/dns.html b/web/html/settings/xray/dns.html index ba768cb8..8a18bbb4 100644 --- a/web/html/settings/xray/dns.html +++ b/web/html/settings/xray/dns.html @@ -56,6 +56,13 @@ <a-switch v-model="dnsDisableFallbackIfMatch"></a-switch> </template> </a-setting-list-item> + <a-setting-list-item paddings="small"> + <template #title>{{ i18n "pages.xray.dns.enableParallelQuery" }}</template> + <template #description>{{ i18n "pages.xray.dns.enableParallelQueryDesc" }}</template> + <template #control> + <a-switch v-model="dnsEnableParallelQuery"></a-switch> + </template> + </a-setting-list-item> <a-setting-list-item paddings="small"> <template #title>{{ i18n "pages.xray.dns.useSystemHosts" }}</template> |
