From 8847780aaae27b9503c73120a2a8c41b4bb187cb Mon Sep 17 00:00:00 2001 From: azjones227 Date: Sun, 2 Aug 2020 21:13:28 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6063631..db07981 100644 --- a/README.md +++ b/README.md @@ -99,10 +99,11 @@ well. The recommended IP is .10. for example, if your default gateway is `192.168.1.1`, the WireGaurd node should be `192.168.1.10`, if the gateway is `172.16.0.1`, the WireGuard node should be `172.16.0.10`. +``` ip link add dev wg0 type wireguard wg setconf wg0 myconfig.conf ip link set up dev wg0 - +``` ## Default Gateway