From 25d8748c4c9d00f80c192ba473db4b8e0790b3ab Mon Sep 17 00:00:00 2001 From: Ryan Barrie Date: Fri, 20 Dec 2024 07:41:54 -0500 Subject: [PATCH] Fix Interface section to use Address= instead of AllowedIPs=. AllowedIPs= is used under the Peer section. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ca562c8..5be01f9 100644 --- a/README.md +++ b/README.md @@ -954,7 +954,7 @@ The examples in these docs primarily use IPv4, but WireGuard natively supports I ```ini [Interface] -AllowedIps = 192.0.2.3/24, 2001:DB8::/64 +Address = 192.0.2.3/24, 2001:DB8::/64 [Peer] ...