mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-08 12:36:45 +03:00
pastseq by default
Pastseq is a way more stable than randseq since some providers just drop packets with invalid conntrack state.
This commit is contained in:
2
config.h
2
config.h
@@ -87,7 +87,7 @@ extern struct config_t config;
|
|||||||
|
|
||||||
|
|
||||||
#ifndef FAKING_STRATEGY
|
#ifndef FAKING_STRATEGY
|
||||||
#define FAKING_STRATEGY FAKE_STRAT_RAND_SEQ
|
#define FAKING_STRATEGY FAKE_STRAT_PAST_SEQ
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(SILENT) && !defined(KERNEL_SPACE)
|
#if !defined(SILENT) && !defined(KERNEL_SPACE)
|
||||||
|
|||||||
Reference in New Issue
Block a user