From 1a190fcf9e02ad09fa174bcd30310cb8a1b49a34 Mon Sep 17 00:00:00 2001 From: bol-van Date: Sun, 7 Dec 2025 21:30:07 +0300 Subject: [PATCH] nfqws2: increase tls_mod sni max size --- nfq2/protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfq2/protocol.h b/nfq2/protocol.h index c6805c1..07bf82f 100644 --- a/nfq2/protocol.h +++ b/nfq2/protocol.h @@ -127,7 +127,7 @@ bool TLSHelloExtractHostFromHandshake(const uint8_t *data, size_t len, char *hos struct fake_tls_mod { - char sni[128]; + char sni[256]; uint32_t mod; }; #define FAKE_TLS_MOD_RND 0x01