mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 06:15:31 +00: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:
parent
a859472ef3
commit
e62d76e1d6
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user