New config.toml + tls_emulation enabled by default

This commit is contained in:
Alexey
2026-02-25 17:49:54 +03:00
parent f40b645c05
commit fed9346444
2 changed files with 152 additions and 116 deletions

View File

@@ -623,7 +623,7 @@ impl Default for AntiCensorshipConfig {
mask_port: default_mask_port(),
mask_unix_sock: None,
fake_cert_len: default_fake_cert_len(),
tls_emulation: false,
tls_emulation: true,
tls_front_dir: default_tls_front_dir(),
server_hello_delay_min_ms: default_server_hello_delay_min_ms(),
server_hello_delay_max_ms: default_server_hello_delay_max_ms(),