Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMHSanaei <ho3ein.sanaei@gmail.com>2026-05-04 14:20:24 +0300
committerMHSanaei <ho3ein.sanaei@gmail.com>2026-05-04 14:20:24 +0300
commite19061d513b8c4fb2207b4a553a96ea086089612 (patch)
tree8a05450f0f6d3e8a2a182976b1a38bf5cca824ea /web/html/settings/xray/basics.html
parent51e2fb6dbfb6f3f21b3f578c15c3dc0d47c4a66e (diff)
TLS: Remove ECH Force Query
Diffstat (limited to 'web/html/settings/xray/basics.html')
-rw-r--r--web/html/settings/xray/basics.html105
1 files changed, 35 insertions, 70 deletions
diff --git a/web/html/settings/xray/basics.html b/web/html/settings/xray/basics.html
index c637e30a..3ac2349a 100644
--- a/web/html/settings/xray/basics.html
+++ b/web/html/settings/xray/basics.html
@@ -4,8 +4,7 @@
<a-row :xs="24" :sm="24" :lg="12">
<a-alert type="warning" :style="{ textAlign: 'center' }">
<template slot="message">
- <a-icon type="exclamation-circle" theme="filled"
- :style="{ color: '#FFA031' }"></a-icon>
+ <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#FFA031' }"></a-icon>
<span>{{ i18n "pages.xray.generalConfigsDesc" }}</span>
</template>
</a-alert>
@@ -15,11 +14,9 @@
<template #description>{{ i18n "pages.xray.FreedomStrategyDesc"
}}</template>
<template #control>
- <a-select v-model="freedomStrategy"
- :dropdown-class-name="themeSwitcher.currentTheme"
+ <a-select v-model="freedomStrategy" :dropdown-class-name="themeSwitcher.currentTheme"
:style="{ width: '100%' }">
- <a-select-option v-for="s in OutboundDomainStrategies"
- :value="s">
+ <a-select-option v-for="s in OutboundDomainStrategies" :value="s">
<span>[[ s ]]</span>
</a-select-option>
</a-select>
@@ -30,11 +27,9 @@
<template #description>{{ i18n "pages.xray.RoutingStrategyDesc"
}}</template>
<template #control>
- <a-select v-model="routingStrategy"
- :dropdown-class-name="themeSwitcher.currentTheme"
+ <a-select v-model="routingStrategy" :dropdown-class-name="themeSwitcher.currentTheme"
:style="{ width: '100%' }">
- <a-select-option v-for="s in routingDomainStrategies"
- :value="s">
+ <a-select-option v-for="s in routingDomainStrategies" :value="s">
<span>[[ s ]]</span>
</a-select-option>
</a-select>
@@ -45,8 +40,7 @@
<template #description>{{ i18n "pages.xray.outboundTestUrlDesc"
}}</template>
<template #control>
- <a-input v-model="outboundTestUrl"
- :placeholder="'https://www.google.com/generate_204'"
+ <a-input v-model="outboundTestUrl" :placeholder="'https://www.google.com/generate_204'"
:style="{ width: '100%' }"></a-input>
</template>
</a-setting-list-item>
@@ -93,8 +87,7 @@
<a-row :xs="24" :sm="24" :lg="12">
<a-alert type="warning" :style="{ textAlign: 'center' }">
<template slot="message">
- <a-icon type="exclamation-circle" theme="filled"
- :style="{ color: '#FFA031' }"></a-icon>
+ <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#FFA031' }"></a-icon>
<span>{{ i18n "pages.xray.logConfigsDesc" }}</span>
</template>
</a-alert>
@@ -104,8 +97,7 @@
<template #description>{{ i18n "pages.xray.logLevelDesc"
}}</template>
<template #control>
- <a-select v-model="logLevel"
- :dropdown-class-name="themeSwitcher.currentTheme"
+ <a-select v-model="logLevel" :dropdown-class-name="themeSwitcher.currentTheme"
:style="{ width: '100%' }">
<a-select-option v-for="s in log.loglevel" :value="s">
<span>[[ s ]]</span>
@@ -118,8 +110,7 @@
<template #description>{{ i18n "pages.xray.accessLogDesc"
}}</template>
<template #control>
- <a-select v-model="accessLog"
- :dropdown-class-name="themeSwitcher.currentTheme"
+ <a-select v-model="accessLog" :dropdown-class-name="themeSwitcher.currentTheme"
:style="{ width: '100%' }">
<a-select-option value>
<span>Empty</span>
@@ -135,8 +126,7 @@
<template #description>{{ i18n "pages.xray.errorLogDesc"
}}</template>
<template #control>
- <a-select v-model="errorLog"
- :dropdown-class-name="themeSwitcher.currentTheme"
+ <a-select v-model="errorLog" :dropdown-class-name="themeSwitcher.currentTheme"
:style="{ width: '100%' }">
<a-select-option value>
<span>Empty</span>
@@ -152,8 +142,7 @@
<template #description>{{ i18n "pages.xray.maskAddressDesc"
}}</template>
<template #control>
- <a-select v-model="maskAddressLog"
- :dropdown-class-name="themeSwitcher.currentTheme"
+ <a-select v-model="maskAddressLog" :dropdown-class-name="themeSwitcher.currentTheme"
:style="{ width: '100%' }">
<a-select-option value>
<span>Empty</span>
@@ -176,8 +165,7 @@
<a-row :xs="24" :sm="24" :lg="12">
<a-alert type="warning" :style="{ textAlign: 'center' }">
<template slot="message">
- <a-icon type="exclamation-circle" theme="filled"
- :style="{ color: '#FFA031' }"></a-icon>
+ <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#FFA031' }"></a-icon>
<span>{{ i18n "pages.xray.blockConfigsDesc" }}</span>
</template>
</a-alert>
@@ -191,8 +179,7 @@
<a-row :xs="24" :sm="24" :lg="12">
<a-alert type="warning" :style="{ textAlign: 'center' }">
<template slot="message">
- <a-icon type="exclamation-circle" theme="filled"
- :style="{ color: '#FFA031' }"></a-icon>
+ <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#FFA031' }"></a-icon>
<span>{{ i18n "pages.xray.blockConnectionsConfigsDesc"
}}</span>
</template>
@@ -201,11 +188,9 @@
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.xray.blockips" }}</template>
<template #control>
- <a-select mode="tags" v-model="blockedIPs"
- :style="{ width: '100%' }"
+ <a-select mode="tags" v-model="blockedIPs" :style="{ width: '100%' }"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p.value" :label="p.label"
- v-for="p in settingsData.IPsOptions">
+ <a-select-option :value="p.value" :label="p.label" v-for="p in settingsData.IPsOptions">
<span>[[ p.label ]]</span>
</a-select-option>
</a-select>
@@ -214,22 +199,18 @@
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.xray.blockdomains" }}</template>
<template #control>
- <a-select mode="tags" v-model="blockedDomains"
- :style="{ width: '100%' }"
+ <a-select mode="tags" v-model="blockedDomains" :style="{ width: '100%' }"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p.value" :label="p.label"
- v-for="p in settingsData.BlockDomainsOptions">
+ <a-select-option :value="p.value" :label="p.label" v-for="p in settingsData.BlockDomainsOptions">
<span>[[ p.label ]]</span>
</a-select-option>
</a-select>
</template>
</a-setting-list-item>
<a-row :xs="24" :sm="24" :lg="12">
- <a-alert type="warning"
- :style="{ textAlign: 'center', marginTop: '20px' }">
+ <a-alert type="warning" :style="{ textAlign: 'center', marginTop: '20px' }">
<template slot="message">
- <a-icon type="exclamation-circle" theme="filled"
- :style="{ color: '#FFA031' }"></a-icon>
+ <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#FFA031' }"></a-icon>
<span>{{ i18n "pages.xray.directConnectionsConfigsDesc"
}}</span>
</template>
@@ -238,11 +219,9 @@
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.xray.directips" }}</template>
<template #control>
- <a-select mode="tags" :style="{ width: '100%' }"
- v-model="directIPs"
+ <a-select mode="tags" :style="{ width: '100%' }" v-model="directIPs"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p.value" :label="p.label"
- v-for="p in settingsData.IPsOptions">
+ <a-select-option :value="p.value" :label="p.label" v-for="p in settingsData.IPsOptions">
<span>[[ p.label ]]</span>
</a-select-option>
</a-select>
@@ -251,22 +230,18 @@
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.xray.directdomains" }}</template>
<template #control>
- <a-select mode="tags" :style="{ width: '100%' }"
- v-model="directDomains"
+ <a-select mode="tags" :style="{ width: '100%' }" v-model="directDomains"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p.value" :label="p.label"
- v-for="p in settingsData.DomainsOptions">
+ <a-select-option :value="p.value" :label="p.label" v-for="p in settingsData.DomainsOptions">
<span>[[ p.label ]]</span>
</a-select-option>
</a-select>
</template>
</a-setting-list-item>
<a-row :xs="24" :sm="24" :lg="12">
- <a-alert type="warning"
- :style="{ textAlign: 'center', marginTop: '20px' }">
+ <a-alert type="warning" :style="{ textAlign: 'center', marginTop: '20px' }">
<template slot="message">
- <a-icon type="exclamation-circle" theme="filled"
- :style="{ color: '#FFA031' }"></a-icon>
+ <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#FFA031' }"></a-icon>
<span>{{ i18n "pages.xray.ipv4RoutingDesc" }}</span>
</template>
</a-alert>
@@ -274,22 +249,18 @@
<a-setting-list-item paddings="small">
<template #title>{{ i18n "pages.xray.ipv4Routing" }}</template>
<template #control>
- <a-select mode="tags" :style="{ width: '100%' }"
- v-model="ipv4Domains"
+ <a-select mode="tags" :style="{ width: '100%' }" v-model="ipv4Domains"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p.value" :label="p.label"
- v-for="p in settingsData.ServicesOptions">
+ <a-select-option :value="p.value" :label="p.label" v-for="p in settingsData.ServicesOptions">
<span>[[ p.label ]]</span>
</a-select-option>
</a-select>
</template>
</a-setting-list-item>
<a-row :xs="24" :sm="24" :lg="12">
- <a-alert type="warning"
- :style="{ textAlign: 'center', marginTop: '20px' }">
+ <a-alert type="warning" :style="{ textAlign: 'center', marginTop: '20px' }">
<template slot="message">
- <a-icon type="exclamation-circle" theme="filled"
- :style="{ color: '#FFA031' }"></a-icon>
+ <a-icon type="exclamation-circle" theme="filled" :style="{ color: '#FFA031' }"></a-icon>
{{ i18n "pages.xray.warpRoutingDesc" }}
</template>
</a-alert>
@@ -298,18 +269,15 @@
<template #title>{{ i18n "pages.xray.warpRouting" }}</template>
<template #control>
<template v-if="WarpExist">
- <a-select mode="tags" :style="{ width: '100%' }"
- v-model="warpDomains"
+ <a-select mode="tags" :style="{ width: '100%' }" v-model="warpDomains"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p.value" :label="p.label"
- v-for="p in settingsData.ServicesOptions">
+ <a-select-option :value="p.value" :label="p.label" v-for="p in settingsData.ServicesOptions">
<span>[[ p.label ]]</span>
</a-select-option>
</a-select>
</template>
<template v-else>
- <a-button type="primary" icon="cloud"
- @click="showWarp()">WARP</a-button>
+ <a-button type="primary" icon="cloud" @click="showWarp()">WARP</a-button>
</template>
</template>
</a-setting-list-item>
@@ -317,11 +285,9 @@
<template #title>{{ i18n "pages.xray.nordRouting" }}</template>
<template #control>
<template v-if="NordExist">
- <a-select mode="tags" :style="{ width: '100%' }"
- v-model="nordDomains"
+ <a-select mode="tags" :style="{ width: '100%' }" v-model="nordDomains"
:dropdown-class-name="themeSwitcher.currentTheme">
- <a-select-option :value="p.value" :label="p.label"
- v-for="p in settingsData.ServicesOptions">
+ <a-select-option :value="p.value" :label="p.label" v-for="p in settingsData.ServicesOptions">
<span>[[ p.label ]]</span>
</a-select-option>
</a-select>
@@ -333,8 +299,7 @@
</template>
</a-setting-list-item>
</a-collapse-panel>
- <a-collapse-panel key="6"
- header='{{ i18n "pages.settings.resetDefaultConfig"}}'>
+ <a-collapse-panel key="6" header='{{ i18n "pages.settings.resetDefaultConfig"}}'>
<a-space direction="horizontal" :style="{ padding: '0 20px' }">
<a-button type="danger" @click="resetXrayConfigToDefault">
<span>{{ i18n "pages.settings.resetDefaultConfig" }}</span>