Add IPv4 link local net to wireguard allowed IPs

pull/3/head
Leo Maroni 4 years ago
parent cfba88e089
commit 3efb7d2b3c
No known key found for this signature in database
GPG Key ID: B1ADA545CD2CBACD

@ -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
AllowedIPs = fe80::/10
AllowedIPs = 169.254.0.0/16

Loading…
Cancel
Save