Update On Sat Aug 31 20:34:34 CEST 2024

This commit is contained in:
github-action[bot]
2024-08-31 20:34:35 +02:00
parent ce38859597
commit 82a0991106
1207 changed files with 25097 additions and 14229 deletions
@@ -468,6 +468,14 @@ function renderNodeSettings(section, data, features, main_node, routing_mode) {
o.datatype = 'port';
o.depends('type', 'direct');
o = s.option(form.ListValue, 'proxy_protocol', _('Proxy protocol'),
_('Write proxy protocol in the connection header.'));
o.value('', _('Disable'));
o.value('1', _('v1'));
o.value('2', _('v2'));
o.depends('type', 'direct');
o.modalonly = true;
/* Hysteria (2) config start */
o = s.option(form.ListValue, 'hysteria_protocol', _('Protocol'));
o.value('udp');