mirror of
https://github.com/1andrevich/homeproxy-hiddify.git
synced 2026-08-06 23:36:00 +00:00
chore(client): remove deprecated pq_signature_schemes_enabled option
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
71bc57178e
commit
39df862e4e
2 changed files with 0 additions and 5 deletions
|
|
@ -1091,10 +1091,6 @@ function renderNodeSettings(section, data, features, main_node, routing_mode) {
|
|||
o.depends('tls', '1');
|
||||
o.modalonly = true;
|
||||
|
||||
o = s.option(form.Flag, 'tls_ech_enable_pqss', _('Enable PQ signature schemes'));
|
||||
o.depends('tls_ech', '1');
|
||||
o.modalonly = true;
|
||||
|
||||
o = s.option(form.Value, 'tls_ech_config_path', _('ECH config path'),
|
||||
_('The path to the ECH config, in PEM format. If empty, load from DNS will be attempted.'));
|
||||
o.value('/etc/homeproxy/certs/client_ech_conf.pem');
|
||||
|
|
|
|||
|
|
@ -301,7 +301,6 @@ function generate_outbound(node) {
|
|||
certificate_path: node.tls_cert_path,
|
||||
ech: (node.tls_ech === '1') ? {
|
||||
enabled: true,
|
||||
pq_signature_schemes_enabled: strToBool(node.tls_ech_enable_pqss),
|
||||
config: node.tls_ech_config,
|
||||
config_path: node.tls_ech_config_path
|
||||
} : null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue