mirror of
https://github.com/seriyps/mtproto_proxy.git
synced 2026-05-13 16:57:10 +00:00
When a fake-TLS handshake fails (wrong secret, DPI probe, replay attack),
forward the raw TCP connection transparently to the SNI host instead of
closing — making the proxy indistinguishable from a normal HTTPS server.
Replay detection is moved to ClientHello level (before ServerHello) to
allow clean forwarding. Controlled by {domain_fronting, off|sni|"host:port"}.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
22 lines
170 B
Text
22 lines
170 B
Text
.rebar3
|
|
_*
|
|
.eunit
|
|
*.o
|
|
*.beam
|
|
*.plt
|
|
*.swp
|
|
*.swo
|
|
.erlang.cookie
|
|
ebin
|
|
log
|
|
erl_crash.dump
|
|
.rebar
|
|
logs
|
|
_build
|
|
.idea
|
|
*.iml
|
|
rebar3.crashdump
|
|
*~
|
|
config/prod*
|
|
.run
|
|
/.agent-shell/
|