Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdsl2 committed Jun 20, 2022
1 parent a6d21fb commit 0753554
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

使用这个 Docker 镜像快速搭建 IPsec VPN 服务器。支持 IPsec/L2TP,Cisco IPsec 和 IKEv2 协议。

本镜像以 Alpine 3.15 或 Debian 11 为基础,并使用 [Libreswan](https://libreswan.org) (IPsec VPN 软件) 和 [xl2tpd](https://github.com/xelerance/xl2tpd) (L2TP 服务进程)。
本镜像以 Alpine 3.16 或 Debian 11 为基础,并使用 [Libreswan](https://libreswan.org) (IPsec VPN 软件) 和 [xl2tpd](https://github.com/xelerance/xl2tpd) (L2TP 服务进程)。

IPsec VPN 可以加密你的网络流量,以防止在通过因特网传送时,你和 VPN 服务器之间的任何人对你的数据的未经授权的访问。在使用不安全的网络时,这是特别有用的,例如在咖啡厅,机场或旅馆房间。

Expand Down Expand Up @@ -66,13 +66,13 @@ docker image tag quay.io/hwdsl2/ipsec-vpn-server hwdsl2/ipsec-vpn-server

### 镜像对照表

有两个预构建的镜像可用。默认的基于 Alpine 的镜像大小仅 ~18MB
有两个预构建的镜像可用。默认的基于 Alpine 的镜像大小仅 ~17MB

| | 基于 Alpine | 基于 Debian |
| --------------- | ------------------------ | ------------------------------ |
| 镜像名称 | hwdsl2/ipsec-vpn-server | hwdsl2/ipsec-vpn-server:debian |
| 压缩后大小 | ~ 18 MB | ~ 62 MB |
| 基础镜像 | Alpine Linux 3.15 | Debian Linux 11 |
| 压缩后大小 | ~ 17 MB | ~ 62 MB |
| 基础镜像 | Alpine Linux 3.16 | Debian Linux 11 |
| 系统架构 | amd64, arm64, arm/v7 | amd64, arm64, arm/v7 |
| Libreswan 版本 | 4.7 | 4.7 |
| IPsec/L2TP |||
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

Docker image to run an IPsec VPN server, with IPsec/L2TP, Cisco IPsec and IKEv2.

Based on Alpine 3.15 or Debian 11 with [Libreswan](https://libreswan.org) (IPsec VPN software) and [xl2tpd](https://github.com/xelerance/xl2tpd) (L2TP daemon).
Based on Alpine 3.16 or Debian 11 with [Libreswan](https://libreswan.org) (IPsec VPN software) and [xl2tpd](https://github.com/xelerance/xl2tpd) (L2TP daemon).

An IPsec VPN encrypts your network traffic, so that nobody between you and the VPN server can eavesdrop on your data as it travels via the Internet. This is especially useful when using unsecured networks, e.g. at coffee shops, airports or hotel rooms.

Expand Down Expand Up @@ -66,13 +66,13 @@ Advanced users can [build from source code](docs/advanced-usage.md#build-from-so

### Image comparison

Two pre-built images are available. The default Alpine-based image is only ~18MB.
Two pre-built images are available. The default Alpine-based image is only ~17MB.

| | Alpine-based | Debian-based |
| ----------------- | ------------------------ | ------------------------------ |
| Image name | hwdsl2/ipsec-vpn-server | hwdsl2/ipsec-vpn-server:debian |
| Compressed size | ~ 18 MB | ~ 62 MB |
| Base image | Alpine Linux 3.15 | Debian Linux 11 |
| Compressed size | ~ 17 MB | ~ 62 MB |
| Base image | Alpine Linux 3.16 | Debian Linux 11 |
| Platforms | amd64, arm64, arm/v7 | amd64, arm64, arm/v7 |
| Libreswan version | 4.7 | 4.7 |
| IPsec/L2TP |||
Expand Down

0 comments on commit 0753554

Please sign in to comment.