Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo in README.md #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ so it's forced to Give up. LOL<br>
6. adjust fragment_size & fragment_sleep<br>
<code>typical Client Hello packet is ~300 byte</code><br>
<code>we split it into N>10 packet and send each by some delay</code><br>
<code>too big chunk -> assembled by GFW -> TCP-RST recieved</code><br>
<code>too small delay -> assembled by GFW -> TCP-RST recieved</code><br>
<code>too big chunk -> assembled by GFW -> TCP-RST received</code><br>
<code>too small delay -> assembled by GFW -> TCP-RST received</code><br>
7. just surf the web using your filtered SNI and a dirty Cloudflare IP !<br>

# run python script in linux:
Expand Down