mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-30 19:28:08 +03:00
Allow to disable TLS processing for the section
This commit is contained in:
3
config.h
3
config.h
@@ -30,6 +30,8 @@ struct section_config_t {
|
||||
const char *domains_str;
|
||||
unsigned int domains_strlen;
|
||||
|
||||
int tls_enabled;
|
||||
|
||||
int fragmentation_strategy;
|
||||
int frag_sni_reverse;
|
||||
int frag_sni_faked;
|
||||
@@ -191,6 +193,7 @@ enum {
|
||||
};
|
||||
|
||||
#define default_section_config { \
|
||||
.tls_enabled = 1, \
|
||||
.frag_sni_reverse = 1, \
|
||||
.frag_sni_faked = 0, \
|
||||
.fragmentation_strategy = FRAGMENTATION_STRATEGY, \
|
||||
|
||||
Reference in New Issue
Block a user