diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-03-09 08:23:35 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-09 08:23:35 +0300 |
| commit | a16e83468b84ee01c7f0ff4b210cf74f702e0a16 (patch) | |
| tree | 6cfd659e25feea2ac8fd688279f71cc029532abd | |
| parent | 1c59afe031da71ca857c52efaed76a53b040f8d5 (diff) | |
chore: add `dns` type for kcp protocol
see https://xtls.github.io/config/transports/mkcp.html#headerobject
| -rw-r--r-- | web/html/xui/form/stream/stream_kcp.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/xui/form/stream/stream_kcp.html b/web/html/xui/form/stream/stream_kcp.html index 97ca4071..74c375d2 100644 --- a/web/html/xui/form/stream/stream_kcp.html +++ b/web/html/xui/form/stream/stream_kcp.html @@ -8,6 +8,7 @@ <a-select-option value="wechat-video">WeChat</a-select-option> <a-select-option value="dtls">DTLS 1.2</a-select-option> <a-select-option value="wireguard">WireGuard</a-select-option> + <a-select-option value="dns">DNS</a-select-option> </a-select> </a-form-item> <a-form-item> |
