forked from kalipso/infrastructure
Add atlanpc wireguard access
This commit is contained in:
@@ -21,4 +21,11 @@
|
||||
allowedIPs = [ "10.100.0.0/24" ];
|
||||
publicKey = "FtY2lcdWcw+nvtydOOUDyaeh/xkaqHA8y9GXzqU0Am0=";
|
||||
};
|
||||
|
||||
"atlan-pc" = {
|
||||
role = "client";
|
||||
address = [ "10.100.0.5/24" ];
|
||||
allowedIPs = [ "10.100.0.0/24" ];
|
||||
publicKey = "TrJ4UAF//zXdaLwZudI78L+rTC36zEDodTDOWNS4Y1Y=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user