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>2023-03-17 19:30:14 +0300
committerGitHub <noreply@github.com>2023-03-17 19:30:14 +0300
commitf25a7a571e6103587558e970673a09375b1ef318 (patch)
tree24e645ff37cec8d8b166bfe59403c4fb19a1da2c /web/html/xui/form/protocol/dokodemo.html
parentb9ffe62d698016b52a5a36ede0eb2bdf86085d8a (diff)
parent87e173b56767a861210dc0cc4913bab232765dfd (diff)
Merge pull request #26 from MHSanaei/dev
alireza
Diffstat (limited to 'web/html/xui/form/protocol/dokodemo.html')
-rw-r--r--web/html/xui/form/protocol/dokodemo.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/web/html/xui/form/protocol/dokodemo.html b/web/html/xui/form/protocol/dokodemo.html
index a4dde06d..dbba6b5b 100644
--- a/web/html/xui/form/protocol/dokodemo.html
+++ b/web/html/xui/form/protocol/dokodemo.html
@@ -7,11 +7,14 @@
<a-input type="number" v-model.number="inbound.settings.port"></a-input>
</a-form-item>
<a-form-item label='{{ i18n "pages.inbounds.network"}}'>
- <a-select v-model="inbound.settings.network" style="width: 100px;">
+ <a-select v-model="inbound.settings.network" style="width: 100px;" :dropdown-class-name="siderDrawer.isDarkTheme ? 'ant-card-dark' : ''">
<a-select-option value="tcp,udp">tcp+udp</a-select-option>
<a-select-option value="tcp">tcp</a-select-option>
<a-select-option value="udp">udp</a-select-option>
</a-select>
</a-form-item>
+ <a-form-item label="FollowRedirect">
+ <a-switch v-model="inbound.settings.followRedirect"></a-switch>
+ </a-form-item>
</a-form>
{{end}} \ No newline at end of file