You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
# Wireguard
2
2
3
-
This repo aims to simplify routine operations with [WireGuard](https://www.wireguard.com)
3
+
This repository contains scripts that make it easy to configure [WireGuard](https://www.wireguard.com)
4
+
on [VPS](https://en.wikipedia.org/wiki/Virtual_private_server).
4
5
5
6
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)
6
7
@@ -22,7 +23,7 @@ This script:
22
23
* Installs all necessary software on an empty Ubuntu DigitalOcean droplet
23
24
(it should also work with most modern Ubuntu images)
24
25
* Configures IPv4 forwarding and iptables rules
25
-
* Sets up [unbound](https://github.com/NLnetLabs/unbound)dns resolver
26
+
* Sets up [unbound](https://github.com/NLnetLabs/unbound)DNS resolver
0 commit comments