Skip to content

Commit

Permalink
更新IP4P
Browse files Browse the repository at this point in the history
  • Loading branch information
xishang0128 committed Mar 9, 2024
1 parent 3ed3d72 commit 8e21c13
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/config/experimental.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ Disable GSO (Generic Segmentation Offload).
## quic-go-disable-ecn

Disable ECN (Explicit Congestion Notification).

## dialer-ip4p-convert

Enable [IP4P](https://github.com/heiher/natmap/wiki/faq#域名访问是如何实现的) address conversion.
5 changes: 5 additions & 0 deletions docs/config/experimental.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
experimental:
quic-go-disable-gso: false
quic-go-disable-ecn: false
dialer-ip4p-convert: false
```

## quic-go-disable-gso
Expand All @@ -11,3 +12,7 @@ experimental:
## quic-go-disable-ecn

禁用`ECN`

## dialer-ip4p-convert

启用[IP4P](https://github.com/heiher/natmap/wiki/faq#域名访问是如何实现的)地址转换
1 change: 0 additions & 1 deletion docs/config/general.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ global-client-fingerprint: chrome
```

!!! note

可选:"chrome", "firefox", "safari", "iOS", "android", "edge", "360"," qq", "random"

若选择 "random", 则按 Cloudflare Radar 数据按概率生成一个现代浏览器指纹。
Expand Down

0 comments on commit 8e21c13

Please sign in to comment.