From 4fcb36f62c5f4ac483ee2408b30b6f264f45a494 Mon Sep 17 00:00:00 2001 From: RSJWY <89680901+RSJWY@users.noreply.github.com> Date: Thu, 17 Oct 2024 13:45:03 +0800 Subject: [PATCH] Update config-file .md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 增加配置文件示例的WG的英文 --- en/guide/network/config-file.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/en/guide/network/config-file.md b/en/guide/network/config-file.md index 10924be..6a9a91a 100644 --- a/en/guide/network/config-file.md +++ b/en/guide/network/config-file.md @@ -60,6 +60,13 @@ cidr = "10.0.1.0/24" [[proxy_network]] cidr = "10.0.2.0/24" +#wg configuration information +[vpn_portal_config] +#The subnet where the VPN client is located, as shown in the example below. +client_cidr = "10.14.14.0/24" +#The port that wg listens to (please do not conflict with the listeners' wg). +wireguard_listen = "0.0.0.0:11012" + [flags] # default protocol to use when connecting to peers default_protocol = "tcp"