From 2867107105dfc0f1a681965e6ee03af611763e5b Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Tue, 11 Jan 2022 22:48:33 -0600 Subject: [PATCH] Update docs --- README-zh.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README-zh.md b/README-zh.md index 0a56c90..2ecc68a 100644 --- a/README-zh.md +++ b/README-zh.md @@ -171,7 +171,7 @@ sh vpn.sh ## 升级Libreswan -使用以下命令更新你的 VPN 服务器上的 [Libreswan](https://libreswan.org)([更新日志](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [通知列表](https://lists.libreswan.org/mailman/listinfo/swan-announce))。目前支持的最新版本是 `4.5`。查看已安装版本:`ipsec --version`。 +使用以下命令更新你的 VPN 服务器上的 [Libreswan](https://libreswan.org)([更新日志](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [通知列表](https://lists.libreswan.org/mailman/listinfo/swan-announce))。目前支持的最新版本是 `4.6`。查看已安装版本:`ipsec --version`。 ```bash wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh diff --git a/README.md b/README.md index ea213f9..6e437e9 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ The scripts will backup existing config files before making changes, with `.old- ## Upgrade Libreswan -Use this one-liner to update [Libreswan](https://libreswan.org) ([changelog](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [announce](https://lists.libreswan.org/mailman/listinfo/swan-announce)) on your VPN server. The latest supported version is `4.5`. Check installed version: `ipsec --version`. +Use this one-liner to update [Libreswan](https://libreswan.org) ([changelog](https://github.com/libreswan/libreswan/blob/master/CHANGES) | [announce](https://lists.libreswan.org/mailman/listinfo/swan-announce)) on your VPN server. The latest supported version is `4.6`. Check installed version: `ipsec --version`. ```bash wget https://git.io/vpnupgrade -O vpnup.sh && sudo sh vpnup.sh