From 65950c2bd7f0d3aebecf6837f2a895f9e7ef0e31 Mon Sep 17 00:00:00 2001 From: hwdsl2 Date: Fri, 20 May 2016 01:22:55 -0500 Subject: [PATCH] Update README.md --- README-zh.md | 9 +++++++++ README.md | 11 ++++++++++- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/README-zh.md b/README-zh.md index 5a0dcd1..6422466 100644 --- a/README-zh.md +++ b/README-zh.md @@ -1,5 +1,9 @@ # IPsec/L2TP VPN 服务器一键安装脚本 +[![Build Status](https://img.shields.io/travis/hwdsl2/setup-ipsec-vpn.svg)](https://travis-ci.org/hwdsl2/setup-ipsec-vpn) +[![Docker Ready](https://img.shields.io/badge/docker-ready-blue.svg)](https://github.com/hwdsl2/docker-ipsec-vpn-server) +[![Docker Pulls](https://img.shields.io/docker/pulls/hwdsl2/ipsec-vpn-server.svg)](https://github.com/hwdsl2/docker-ipsec-vpn-server) + *其他语言版本: [English](README.md), [简体中文](README-zh.md).* 使用这些 Linux Shell 脚本一键快速搭建 IPsec/L2TP VPN 服务器。支持 Ubuntu,Debian 和 CentOS 系统。你只需提供自己的 VPN 登录凭证,或者选择随机生成凭证。然后运行脚本自动完成安装。 @@ -19,6 +23,7 @@ - [重要提示](#重要提示) - [关于升级Libreswan](#关于升级libreswan) - [问题和反馈](#问题和反馈) +- [另见](#另见) - [作者](#作者) - [授权协议](#授权协议) @@ -122,6 +127,10 @@ sudo sh vpnsetup_centos.sh - Libreswan (IPsec) 的相关问题可在邮件列表提问。也可以参见这些 wiki 文章:[1] [2] [3] [4] [5]。 - 如果你发现了一个可重复的程序漏洞,请提交一个 GitHub Issue。 +## 另见 + +- [Docker 上的 IPsec VPN 服务器](https://github.com/hwdsl2/docker-ipsec-vpn-server) + ## 作者 ##### 宋琳 diff --git a/README.md b/README.md index c82bd4d..bd31c85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# IPsec/L2TP VPN Server Auto Setup Scripts Build status +# IPsec/L2TP VPN Server Auto Setup Scripts + +[![Build Status](https://img.shields.io/travis/hwdsl2/setup-ipsec-vpn.svg)](https://travis-ci.org/hwdsl2/setup-ipsec-vpn) +[![Docker Ready](https://img.shields.io/badge/docker-ready-blue.svg)](https://github.com/hwdsl2/docker-ipsec-vpn-server) +[![Docker Pulls](https://img.shields.io/docker/pulls/hwdsl2/ipsec-vpn-server.svg)](https://github.com/hwdsl2/docker-ipsec-vpn-server) *Read this in other languages: [English](README.md), [简体中文](README-zh.md).* @@ -19,6 +23,7 @@ We will use Libreswan as th - [Important Notes](#important-notes) - [Upgrading Libreswan](#upgrading-libreswan) - [Bugs & Questions](#bugs--questions) +- [See Also](#see-also) - [Author](#author) - [License](#license) @@ -122,6 +127,10 @@ The additional scripts - Ask Libreswan (IPsec) related questions on the mailing list, or read these wikis: [1] [2] [3] [4] [5]. - If you found a reproducible bug, open a GitHub Issue to submit a bug report. +## See Also + +- [Docker IPsec VPN Server](https://github.com/hwdsl2/docker-ipsec-vpn-server) + ## Author ##### Lin Song