diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-20 17:38:33 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2026-04-20 17:55:06 +0300 |
| commit | 04b4fb438487ada373fb3e6437b4cdb28b5174de (patch) | |
| tree | 3814ae9d0e10d2ee8e061bd3ff5495aab0ca48c4 /web/html/form/stream/stream_sockopt.html | |
| parent | ae5ad505d04fa347eb96a0d2bfb54ff541c3b709 (diff) | |
finalmask
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'web/html/form/stream/stream_sockopt.html')
| -rw-r--r-- | web/html/form/stream/stream_sockopt.html | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/web/html/form/stream/stream_sockopt.html b/web/html/form/stream/stream_sockopt.html index 062b83df..29f2d743 100644 --- a/web/html/form/stream/stream_sockopt.html +++ b/web/html/form/stream/stream_sockopt.html @@ -39,17 +39,20 @@ <a-switch v-model.trim="inbound.stream.sockopt.V6Only"></a-switch> </a-form-item> <a-form-item label='Domain Strategy'> - <a-select v-model="inbound.stream.sockopt.domainStrategy" :style="{ width: '50%' }" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option v-for="key in DOMAIN_STRATEGY_OPTION" :value="key">[[ key ]]</a-select-option> + <a-select v-model="inbound.stream.sockopt.domainStrategy" :style="{ width: '50%' }" + :dropdown-class-name="themeSwitcher.currentTheme"> + <a-select-option v-for="key in DOMAIN_STRATEGY_OPTION" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> <a-form-item label='TCP Congestion'> - <a-select v-model="inbound.stream.sockopt.tcpcongestion" :style="{ width: '50%' }" :dropdown-class-name="themeSwitcher.currentTheme"> - <a-select-option v-for="key in TCP_CONGESTION_OPTION" :value="key">[[ key ]]</a-select-option> + <a-select v-model="inbound.stream.sockopt.tcpcongestion" :style="{ width: '50%' }" + :dropdown-class-name="themeSwitcher.currentTheme"> + <a-select-option v-for="key in TCP_CONGESTION_OPTION" :value="key">[[ key ]]</a-select-option> </a-select> </a-form-item> <a-form-item label="TProxy"> - <a-select v-model="inbound.stream.sockopt.tproxy" :style="{ width: '50%' }" :dropdown-class-name="themeSwitcher.currentTheme"> + <a-select v-model="inbound.stream.sockopt.tproxy" :style="{ width: '50%' }" + :dropdown-class-name="themeSwitcher.currentTheme"> <a-select-option value="off">Off</a-select-option> <a-select-option value="redirect">Redirect</a-select-option> <a-select-option value="tproxy">TProxy</a-select-option> @@ -72,4 +75,4 @@ </a-form-item> </template> </a-form> -{{end}} +{{end}}
\ No newline at end of file |
