fix(view/client): fix type of http/3 dns server

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
Tianling Shen 2025-11-09 23:20:46 +08:00
parent 51580f938b
commit a2ab4c7154
No known key found for this signature in database
GPG key ID: 6850B6345C862176

View file

@ -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;