summaryrefslogtreecommitdiffstats
path: root/makefu
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2019-09-25 15:05:53 +0200
committermakefu <github@syntax-fehler.de>2019-09-25 15:05:53 +0200
commit2b7da505a2423079e15ff4bd8e5b175c42c60657 (patch)
tree41908b6568bce2d4e5176c41de2e25910598c902 /makefu
parent6fb2459a49098107999dbd6460325d9b3183fa8d (diff)
ma wireguard: allow mobile device
Diffstat (limited to 'makefu')
-rw-r--r--makefu/2configs/wireguard/server.nix5
1 files changed, 5 insertions, 0 deletions
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=";
+ }
];
};
}