Update config_option_entity.dart

This commit is contained in:
Amir
2024-02-15 23:07:52 +03:30
committed by GitHub
parent f3e9db9b55
commit c6fba45c8d

View File

@@ -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),