From 12e33f5dec96293a6faf60d9ec0b5cfe516fc70e Mon Sep 17 00:00:00 2001 From: drew2a Date: Thu, 9 Apr 2020 20:31:45 +0300 Subject: [PATCH] update readme.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 614ae24..6e1e2be 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Wireguard -This repo aims to simplify routine operations with [WireGuard](https://www.wireguard.com) +This repository contains scripts that make it easy to configure [WireGuard](https://www.wireguard.com) +on [VPS](https://en.wikipedia.org/wiki/Virtual_private_server). Medium article: [How to deploy WireGuard node on a DigitalOcean's droplet](https://medium.com/@drew2a/replace-your-vpn-provider-by-setting-up-wireguard-on-digitalocean-6954c9279b17) @@ -22,7 +23,7 @@ This script: * Installs all necessary software on an empty Ubuntu DigitalOcean droplet (it should also work with most modern Ubuntu images) * Configures IPv4 forwarding and iptables rules -* Sets up [unbound](https://github.com/NLnetLabs/unbound) dns resolver +* Sets up [unbound](https://github.com/NLnetLabs/unbound) DNS resolver * Creates a server and clients configurations * Installs [qrencode](https://github.com/fukuchi/libqrencode/) * Runs [WireGuard](https://www.wireguard.com)