ma wireguard: allow mobile device

This commit is contained in:
makefu 2019-09-25 15:05:53 +02:00
parent 6fb2459a49
commit 2b7da505a2
No known key found for this signature in database
GPG Key ID: 36F7711F3FC0F225

View File

@ -47,6 +47,11 @@ in { # wireguard server
allowedIPs = [ "10.244.0.6/32" ]; allowedIPs = [ "10.244.0.6/32" ];
publicKey = "OFhCF56BrV9tjqW1sxqXEKH/GdqamUT1SqZYSADl5GA="; publicKey = "OFhCF56BrV9tjqW1sxqXEKH/GdqamUT1SqZYSADl5GA=";
} }
{
# mobile
allowedIPs = [ "10.244.0.7/32" ];
publicKey = "Y6fOW2QDt0SsHT7hSVzzJYQVB3JI/txO4/FDB54Z52A=";
}
]; ];
}; };
} }