From 2b7da505a2423079e15ff4bd8e5b175c42c60657 Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 25 Sep 2019 15:05:53 +0200 Subject: ma wireguard: allow mobile device --- makefu/2configs/wireguard/server.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'makefu') diff --git a/makefu/2configs/wireguard/server.nix b/makefu/2configs/wireguard/server.nix index e38fa05c..ae10f34a 100644 --- a/makefu/2configs/wireguard/server.nix +++ b/makefu/2configs/wireguard/server.nix @@ -47,6 +47,11 @@ in { # wireguard server allowedIPs = [ "10.244.0.6/32" ]; publicKey = "OFhCF56BrV9tjqW1sxqXEKH/GdqamUT1SqZYSADl5GA="; } + { + # mobile + allowedIPs = [ "10.244.0.7/32" ]; + publicKey = "Y6fOW2QDt0SsHT7hSVzzJYQVB3JI/txO4/FDB54Z52A="; + } ]; }; } -- cgit v1.2.3