From 9020b16a9a792da22dcf33339735ef0a2e7ed067 Mon Sep 17 00:00:00 2001 From: Donald Zou Date: Sat, 10 Apr 2021 00:49:32 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8f50f3f..1576d32 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,10 @@ [Peer] PublicKey = HABCDEFGHIJKLMNOPQRSTUVWXYZ123123123123 AllowedIPs = 192.168.0.2/32 - Endpoint = 8.8.8.8:12345 ... ``` + **Note: For peers, `PublicKey` & `AllowedIPs` is required.** - Python 3.7+ & Pip3 ``` $ sudo apt-get install python3 python3-pip