diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 18:58:57 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2024-03-12 18:58:57 +0300 |
| commit | fc23af5db651b7a86252298862509635ace161b3 (patch) | |
| tree | cce71428b154ee6469f3629570225a0c2a33fa18 /web | |
| parent | 10f54cd9370a8be5676c59faeb02e662bbc4934b (diff) | |
new - DNS obf type for kcp
Diffstat (limited to 'web')
| -rw-r--r-- | web/html/xui/form/outbound.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html index 70e8f6a7..6a968458 100644 --- a/web/html/xui/form/outbound.html +++ b/web/html/xui/form/outbound.html @@ -255,6 +255,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 label='{{ i18n "password" }}'> |
