mirror of
https://github.com/hiddify/hiddify-next.git
synced 2026-07-08 21:14:20 +08:00
Update config_option_entity.dart
This commit is contained in:
parent
f3e9db9b55
commit
c6fba45c8d
@ -44,7 +44,7 @@ class ConfigOptionEntity with ConfigOptionEntityMappable {
|
||||
this.independentDnsCache = true,
|
||||
this.enableTlsFragment = false,
|
||||
this.tlsFragmentSize = const OptionalRange(min: 1, max: 500),
|
||||
this.tlsFragmentSleep = const OptionalRange(min: 1, max: 500),
|
||||
this.tlsFragmentSleep = const OptionalRange(min: 0, max: 500),
|
||||
this.enableTlsMixedSniCase = false,
|
||||
this.enableTlsPadding = false,
|
||||
this.tlsPaddingSize = const OptionalRange(min: 1, max: 1500),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user