mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-02 21:36:29 +03:00
nfqws: fix custom tls fake fallback logic
This commit is contained in:
parent
1b880d42f9
commit
770be21e1c
@ -2044,6 +2044,7 @@ int main(int argc, char **argv)
|
||||
break;
|
||||
case 39: /* dpi-desync-fake-tls */
|
||||
load_blob_to_collection(optarg, &dp->fake_tls, FAKE_MAX_TCP,4);
|
||||
dp->fake_tls_mod |= FAKE_TLS_MOD_CUSTOM_FAKE;
|
||||
break;
|
||||
case 40: /* dpi-desync-fake-tls-mod */
|
||||
if (!parse_tlsmod_list(optarg,&dp->fake_tls_mod))
|
||||
|
Loading…
x
Reference in New Issue
Block a user