diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-27 15:57:04 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-09-27 15:57:04 +0300 |
| commit | cdb6eac0e67b344b1c8edb5dc290395fedddb829 (patch) | |
| tree | 947ebdb622c602380386646ee9706312f7b799ca | |
| parent | 9e13513205e86c910721ebcbd459e9de53de9b47 (diff) | |
Reality - min,max client (not active)
| -rw-r--r-- | web/html/xui/form/reality_settings.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web/html/xui/form/reality_settings.html b/web/html/xui/form/reality_settings.html index 19804e17..327cd79d 100644 --- a/web/html/xui/form/reality_settings.html +++ b/web/html/xui/form/reality_settings.html @@ -21,6 +21,14 @@ <a-form-item label='Max Time Diff (ms)'> <a-input-number v-model.number="inbound.stream.reality.maxTimediff" :min="0"></a-input-number> </a-form-item> + <!-- we also have this but i think it's not necessary + <a-form-item label='Min Client'> + <a-input v-model.trim="inbound.stream.reality.minClient"></a-input> + </a-form-item> + <a-form-item label='Max Client'> + <a-input v-model.trim="inbound.stream.reality.maxClient"></a-input> + </a-form-item> + --> <a-form-item> <template slot="label"> <a-tooltip> |
