diff --git a/README-zh.md b/README-zh.md index 9cd4090..bc42099 100644 --- a/README-zh.md +++ b/README-zh.md @@ -10,7 +10,7 @@ IPsec VPN 可以加密你的网络流量,以防止在通过因特网传送时 我们将使用 [Libreswan](https://libreswan.org/) 作为 IPsec 服务器,以及 [xl2tpd](https://github.com/xelerance/xl2tpd) 作为 L2TP 提供者。 -**[» :book: Book: 搭建自己的 VPN 服务器分步指南](https://books2read.com/vpnguidezh)** [[中文](https://books2read.com/vpnguidezh) | [English](https://books2read.com/vpnguide?store=amazon) | [Español](https://books2read.com/vpnguidees?store=amazon) | [Deutsch](https://books2read.com/vpnguidede?store=amazon) | [Français](https://books2read.com/vpnguidefr?store=amazon) | [Italiano](https://books2read.com/vpnguideit?store=amazon) | [NL](https://books2read.com/vpnguidenl?store=amazon) | [PT](https://books2read.com/vpnguidept?store=amazon) | [日本語](https://books2read.com/vpnguideja?store=amazon)] +**[» :book: Book: Build Your Own VPN Server](docs/vpn-book.md)** [[English](https://books2read.com/vpnguide?store=amazon) | [中文](https://books2read.com/vpnguidezh) | [Español](https://books2read.com/vpnguidees?store=amazon) | [Deutsch](https://books2read.com/vpnguidede?store=amazon) | [Français](https://books2read.com/vpnguidefr?store=amazon) | [Italiano](https://books2read.com/vpnguideit?store=amazon) | [NL](https://books2read.com/vpnguidenl?store=amazon) | [PT](https://books2read.com/vpnguidept?store=amazon) | [日本語](https://books2read.com/vpnguideja?store=amazon)] ## 快速开始 diff --git a/README.md b/README.md index d050369..11deaf0 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ An IPsec VPN encrypts your network traffic, so that nobody between you and the V We will use [Libreswan](https://libreswan.org/) as the IPsec server, and [xl2tpd](https://github.com/xelerance/xl2tpd) as the L2TP provider. -**[» :book: Book: Build Your Own VPN Server](https://books2read.com/vpnguide?store=amazon)** [[English](https://books2read.com/vpnguide?store=amazon) | [中文](https://books2read.com/vpnguidezh) | [Español](https://books2read.com/vpnguidees?store=amazon) | [Deutsch](https://books2read.com/vpnguidede?store=amazon) | [Français](https://books2read.com/vpnguidefr?store=amazon) | [Italiano](https://books2read.com/vpnguideit?store=amazon) | [NL](https://books2read.com/vpnguidenl?store=amazon) | [PT](https://books2read.com/vpnguidept?store=amazon) | [日本語](https://books2read.com/vpnguideja?store=amazon)] +**[» :book: Book: Build Your Own VPN Server](docs/vpn-book.md)** [[English](https://books2read.com/vpnguide?store=amazon) | [中文](https://books2read.com/vpnguidezh) | [Español](https://books2read.com/vpnguidees?store=amazon) | [Deutsch](https://books2read.com/vpnguidede?store=amazon) | [Français](https://books2read.com/vpnguidefr?store=amazon) | [Italiano](https://books2read.com/vpnguideit?store=amazon) | [NL](https://books2read.com/vpnguidenl?store=amazon) | [PT](https://books2read.com/vpnguidept?store=amazon) | [日本語](https://books2read.com/vpnguideja?store=amazon)] ## Quick start diff --git a/docs/images/badges/docker-stars.svg b/docs/images/badges/docker-stars.svg index dc47ec1..c826605 100644 --- a/docs/images/badges/docker-stars.svg +++ b/docs/images/badges/docker-stars.svg @@ -1 +1 @@ -docker stars: 495docker stars495 +docker stars: 501docker stars501 diff --git a/docs/images/badges/github-stars.svg b/docs/images/badges/github-stars.svg index 987e24e..e7349d4 100644 --- a/docs/images/badges/github-stars.svg +++ b/docs/images/badges/github-stars.svg @@ -1 +1 @@ -stars25k +stars26k diff --git a/docs/images/video-thumbnail.jpg b/docs/images/video-thumbnail.jpg new file mode 100644 index 0000000..4207d82 Binary files /dev/null and b/docs/images/video-thumbnail.jpg differ diff --git a/docs/vpn-book.md b/docs/vpn-book.md new file mode 100644 index 0000000..0e1801b --- /dev/null +++ b/docs/vpn-book.md @@ -0,0 +1,15 @@ +[« Back to home page](../README.md) + +# Build Your Own VPN Server: A Step by Step Guide + +This book is a step-by-step guide to building your own IPsec VPN, OpenVPN and WireGuard server. Available in eBook, audiobook and paperback formats. + +This book is available in: [English](https://books2read.com/vpnguide?store=amazon), [中文](https://books2read.com/vpnguidezh), [Español](https://books2read.com/vpnguidees?store=amazon), [Deutsch](https://books2read.com/vpnguidede?store=amazon), [Français](https://books2read.com/vpnguidefr?store=amazon), [Italiano](https://books2read.com/vpnguideit?store=amazon), [Nederlands](https://books2read.com/vpnguidenl?store=amazon), [Português](https://books2read.com/vpnguidept?store=amazon), [日本語](https://books2read.com/vpnguideja?store=amazon). + +Also available: A [comprehensive guide](https://books2read.com/vpn) to building your own VPN server, which you can find in the same book series or on the author page. + +Author page: https://amazon.com/author/linsong + +## Intro Video (YouTube) + +[![Intro video on YouTube](images/video-thumbnail.jpg)](https://www.youtube.com/watch?v=e5mbQCk-XPc)