Skip to content

Commit

Permalink
再次更新没有人看的README
Browse files Browse the repository at this point in the history
  • Loading branch information
jonm58 authored Sep 9, 2024
1 parent 097977d commit 926ab11
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ run install.bat to install the service
mode2 #Inject TCP packets in another order
```
## How to get the TTL
```
tracert 8.8.8.8
```
set the ttl longer than the TTL to the node whose IP address is in your area and shorter than the TTL to the server.

## Which DNS server should I use
Expand Down
6 changes: 4 additions & 2 deletions README.zh-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,16 @@ GOOS=windows GOARCH=amd64 go build
w-csum #假TCP数据包将具有错误的校验和
w-ack #假TCP数据包将具有错误的ACK号
tfo #当服务器支持TCP快速打开,SYN数据包将获取部分数据
df #发出的 TCP 包不会分段 (Don't Fragment)
https #在端口80上使用HTTP时,下面的域将移动到 HTTPS
sat #持续注入TCP包直到TLS握手完成
mode2 #以另一种顺序注入TCP包
```
## 如何获取 TTL
tracert 8.8.8.8
```
tracert 8.8.8.8
```
对您所在区域的IP地址节点,设置比TTL更长的ttl.对服务器设置更短的ttl。

## 我应该使用哪个DNS服务器
Expand Down

0 comments on commit 926ab11

Please sign in to comment.