mirror of
https://github.com/1andrevich/homeproxy-hiddify.git
synced 2026-08-06 23:36:00 +00:00
fix(view/client): fix type of http/3 dns server
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
51580f938b
commit
a2ab4c7154
1 changed files with 1 additions and 1 deletions
|
|
@ -949,7 +949,7 @@ return view.extend({
|
|||
so.value('tcp', _('TCP'));
|
||||
so.value('tls', _('TLS'));
|
||||
so.value('https', _('HTTPS'));
|
||||
so.value('http3', _('HTTP3'));
|
||||
so.value('h3', _('HTTP/3'));
|
||||
so.value('quic', _('QUIC'));
|
||||
so.default = 'udp';
|
||||
so.rmempty = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue