From 3c9cb147b8c41b0e7413b90b80e936cc0efe1798 Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Tue, 4 Jun 2019 17:13:34 -0400 Subject: [PATCH] fix double assignment in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 249e70f..c21f9d9 100644 --- a/README.md +++ b/README.md @@ -1000,7 +1000,7 @@ You can also build a dynamic allocation system yourself by reading in IP values ```ini [Interface] ... -PostUp = PostUp = wg set %i allowed-ips /etc/wireguard/wg0.key <(some command) +PostUp = wg set %i allowed-ips /etc/wireguard/wg0.key <(some command) ``` ### Other WireGuard Implementations