1
0
Fork 0

Fix option location

This commit is contained in:
clerie 2020-12-07 15:26:35 +01:00
parent c9c31b5114
commit 2ad516b8d3
1 changed files with 1 additions and 1 deletions

View File

@ -31,13 +31,13 @@
"10.20.30.104/24"
"2a01:4f8:c0c:15f1:8104/64"
];
allowedIPsAsRoutes = false;
peers = [
{
allowedIPs = [
"0.0.0.0/0"
"::/0"
];
allowedIPsAsRoutes = false;
endpoint = "gatekeeper.net.clerie.de:51820";
publicKey = "2p1Jqs3bkXbXHFWE6vp1yxHIFoUaZQEARS2nJzbkuBA=";
}