Update default value of frag-sni-pos

Related to #43 and probably other issues with some ISPs. Some providers
throws RST on 2 bytes tcp, but no RST on 1 byte
This commit is contained in:
Vadim Vetrov
2024-08-29 12:21:34 +03:00
parent bc398cbd02
commit 33b0ca421b
2 changed files with 2 additions and 2 deletions

2
args.c
View File

@@ -19,7 +19,7 @@ struct config_t config = {
.fake_sni = 1,
.fake_sni_seq_len = 1,
.frag_middle_sni = 1,
.frag_sni_pos = 2,
.frag_sni_pos = 1,
.use_ipv6 = 1,
.fakeseq_offset = 10000,
.mark = DEFAULT_RAWSOCKET_MARK,