Browse Source
Merge branch 'bol-van:master' into master
pull/1115/head
allkatran
3 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
12 additions and
3 deletions
-
docs/changes.txt
-
docs/readme.en.md
-
docs/readme.md
-
nfq/protocol.c
|
|
@ -434,3 +434,10 @@ v69.8 |
|
|
|
|
|
|
|
winws: accept empty outgoing RST and FIN packets for conntrack needs |
|
|
|
repo: lexra build |
|
|
|
|
|
|
|
v69.9 |
|
|
|
|
|
|
|
init.d: exclude ipban from tpws redirection |
|
|
|
macos: fix install_easy |
|
|
|
macos: fix national decimal separator in sleep |
|
|
|
nfqws: apply relative markers to partial TLS ClientHello |
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
# zapret v69.8 |
|
|
|
# zapret v69.9 |
|
|
|
|
|
|
|
# SCAMMER WARNING |
|
|
|
|
|
|
|
|
|
@ -1,4 +1,4 @@ |
|
|
|
# zapret v69.8 |
|
|
|
# zapret v69.9 |
|
|
|
|
|
|
|
# ВНИМАНИЕ, остерегайтесь мошенников |
|
|
|
|
|
|
|
|
|
@ -2,6 +2,8 @@ |
|
|
|
|
|
|
|
#include "protocol.h" |
|
|
|
#include "helpers.h" |
|
|
|
#include "params.h" |
|
|
|
|
|
|
|
#include <string.h> |
|
|
|
#include <ctype.h> |
|
|
|
#include <arpa/inet.h> |
|
|
@ -507,7 +509,7 @@ size_t TLSPos(uint8_t posmarker, int16_t pos, const uint8_t *data, size_t sz) |
|
|
|
case PM_HOST_MIDSLD: |
|
|
|
case PM_HOST_ENDSLD: |
|
|
|
case PM_SNI_EXT: |
|
|
|
if (TLSFindExt(data,sz,0,&ext,&elen,false)) |
|
|
|
if (TLSFindExt(data,sz,0,&ext,&elen,TLS_PARTIALS_ENABLE)) |
|
|
|
{ |
|
|
|
if (posmarker==PM_SNI_EXT) |
|
|
|
{ |
|
|
|