From 3efb7d2b3c6b88487b05b769a3b06a68c8809613 Mon Sep 17 00:00:00 2001 From: Leo Maroni Date: Wed, 1 Jul 2020 19:40:25 +0200 Subject: [PATCH] Add IPv4 link local net to wireguard allowed IPs --- templates/wg-quick.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/wg-quick.j2 b/templates/wg-quick.j2 index 7dffa33..14e5309 100644 --- a/templates/wg-quick.j2 +++ b/templates/wg-quick.j2 @@ -12,4 +12,5 @@ PublicKey = {{ peer.wg.pubkey }} AllowedIPs = 172.16.0.0/12 AllowedIPs = 10.0.0.0/8 AllowedIPs = fd00::/8 -AllowedIPs = fe80::/10 \ No newline at end of file +AllowedIPs = fe80::/10 +AllowedIPs = 169.254.0.0/16