From 446134c8fa3157da19875103756c8a21f33efe90 Mon Sep 17 00:00:00 2001 From: wcwq98 <85041970+wcwq98@users.noreply.github.com> Date: Sat, 30 Nov 2024 23:58:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=AB=AF=E5=8F=A3=E6=AE=B5?= =?UTF-8?q?=E8=BD=AC=E5=8F=91=E5=B9=B6=E4=BC=98=E5=8C=96=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0e776c8..e5841fd 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ curl -L https://host.wxgwxha.eu.org/https://raw.githubusercontent.com/wcwq98/rea ``` curl -L https://raw.githubusercontent.com/wcwq98/realm/refs/heads/main/realm.sh -o realm.sh && chmod +x realm.sh && sudo ./realm.sh ``` -##默认配置文件(脚本在首次部署时会自动添加) - +## 默认配置文件(脚本在首次部署时会自动添加) +``` [network] no_tcp = false #是否关闭tcp转发 use_udp = true #是否开启udp转发 @@ -44,7 +44,7 @@ use_udp = true #是否开启udp转发 [[endpoints]] listen = "0.0.0.0:1234" remote = "0.0.0.0:5678" - +``` ## 如需其他更多配置请参考官方文档: https://github.com/zhboner/realm