From 8e21c13736e3eb366e6d709820cae2bc0060b964 Mon Sep 17 00:00:00 2001 From: xishang0128 Date: Sat, 9 Mar 2024 23:23:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0IP4P?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/config/experimental.en.md | 4 ++++ docs/config/experimental.md | 5 +++++ docs/config/general.md | 1 - 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/config/experimental.en.md b/docs/config/experimental.en.md index 9b83494f3..4b8d06b9b 100644 --- a/docs/config/experimental.en.md +++ b/docs/config/experimental.en.md @@ -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. diff --git a/docs/config/experimental.md b/docs/config/experimental.md index dd241841a..f3cd651c7 100644 --- a/docs/config/experimental.md +++ b/docs/config/experimental.md @@ -2,6 +2,7 @@ experimental: quic-go-disable-gso: false quic-go-disable-ecn: false + dialer-ip4p-convert: false ``` ## quic-go-disable-gso @@ -11,3 +12,7 @@ experimental: ## quic-go-disable-ecn 禁用`ECN` + +## dialer-ip4p-convert + +启用[IP4P](https://github.com/heiher/natmap/wiki/faq#域名访问是如何实现的)地址转换 diff --git a/docs/config/general.md b/docs/config/general.md index c4a5683f9..e18974fcc 100644 --- a/docs/config/general.md +++ b/docs/config/general.md @@ -228,7 +228,6 @@ global-client-fingerprint: chrome ``` !!! note - 可选:"chrome", "firefox", "safari", "iOS", "android", "edge", "360"," qq", "random" 若选择 "random", 则按 Cloudflare Radar 数据按概率生成一个现代浏览器指纹。