Update docs linked to bbr manual
This commit is contained in:
parent
037b26b5f6
commit
0c07c1e471
2 changed files with 14 additions and 6 deletions
11
README-zh.md
11
README-zh.md
|
@ -139,15 +139,13 @@ sh vpn.sh
|
|||
|
||||
## 下一步
|
||||
|
||||
1. (可选)[部署Google BBR拥塞控制算法](docs/bbr-zh.md)以提升服务器性能。
|
||||
配置你的计算机或其它设备使用 VPN。请参见:
|
||||
|
||||
2. 配置你的计算机或其它设备使用 VPN。请参见:
|
||||
[**IKEv2 VPN 配置和使用指南**](docs/ikev2-howto-zh.md)
|
||||
|
||||
[**IKEv2 VPN 配置和使用指南**](docs/ikev2-howto-zh.md)
|
||||
[**配置 IPsec/L2TP VPN 客户端**](docs/clients-zh.md)
|
||||
|
||||
[**配置 IPsec/L2TP VPN 客户端**](docs/clients-zh.md)
|
||||
|
||||
[**配置 IPsec/XAuth ("Cisco IPsec") VPN 客户端**](docs/clients-xauth-zh.md)
|
||||
[**配置 IPsec/XAuth ("Cisco IPsec") VPN 客户端**](docs/clients-xauth-zh.md)
|
||||
|
||||
如果在连接过程中遇到错误,请参见 [故障排除](docs/clients-zh.md#故障排除)。
|
||||
|
||||
|
@ -204,6 +202,7 @@ wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh
|
|||
- [VPN 分流](docs/advanced-usage-zh.md#vpn-分流)
|
||||
- [访问 VPN 服务器的网段](docs/advanced-usage-zh.md#访问-vpn-服务器的网段)
|
||||
- [更改 IPTables 规则](docs/advanced-usage-zh.md#更改-iptables-规则)
|
||||
- [部署Google BBR拥塞控制算法](docs/advanced-usage-zh.md#部署google-bbr拥塞控制算法)
|
||||
|
||||
## 问题和反馈
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
* [VPN 分流](#vpn-分流)
|
||||
* [访问 VPN 服务器的网段](#访问-vpn-服务器的网段)
|
||||
* [更改 IPTables 规则](#更改-iptables-规则)
|
||||
* [部署Google BBR拥塞控制算法](#部署google-bbr拥塞控制算法)
|
||||
|
||||
## 使用其他的 DNS 服务器
|
||||
|
||||
|
@ -279,6 +280,14 @@ iptables -t nat -I POSTROUTING -s 192.168.42.0/24 -o "$netif" -j MASQUERADE
|
|||
|
||||
**注:** 如果使用 Rocky Linux, AlmaLinux 或者 CentOS/RHEL 8 并且在安装 VPN 时 firewalld 正在运行,则可能已配置 nftables。在这种情况下,编辑 `/etc/sysconfig/nftables.conf` 而不是 `/etc/sysconfig/iptables`。
|
||||
|
||||
## 部署Google BBR拥塞控制算法
|
||||
|
||||
VPN服务器搭建完成后,可以通过部署Google BBR拥塞控制算法提升性能。
|
||||
|
||||
这通常只需要在配置文件 `/etc/sysctl.conf` 中插入设定即可完成。但是部分Linux发行版可能需要额外更新Linux Kernel。
|
||||
|
||||
详细的部署方法,可以参考[这篇文档](bbr-zh.md)。
|
||||
|
||||
## 授权协议
|
||||
|
||||
版权所有 (C) 2021-2022 [Lin Song](https://github.com/hwdsl2) [](https://www.linkedin.com/in/linsongui)
|
||||
|
|
Loading…
Add table
Reference in a new issue