cave wireguard
This commit is contained in:
parent
7a0ee2adae
commit
839eec811c
|
@ -68,6 +68,16 @@ in {
|
||||||
persistentKeepalive = 25;
|
persistentKeepalive = 25;
|
||||||
} ];
|
} ];
|
||||||
};
|
};
|
||||||
|
interfaces.cave = {
|
||||||
|
ips = [ "10.234.0.40/32" ];
|
||||||
|
privateKeyFile = "/home/xenia/wireguard-keys/förråd.private";
|
||||||
|
peers = [ {
|
||||||
|
publicKey = "yD4kMmoV0wF6H6aI/aQYUwyGKEBdEb7zx4kCq3Ax/D0=";
|
||||||
|
allowedIPs = [ "10.200.0.0/15" ];
|
||||||
|
endpoint = "129.16.13.194:42069";
|
||||||
|
persistentKeepalive = 25;
|
||||||
|
} ];
|
||||||
|
};
|
||||||
interfaces.bnuy = {
|
interfaces.bnuy = {
|
||||||
ips = [ "10.100.1.1/32" ];
|
ips = [ "10.100.1.1/32" ];
|
||||||
privateKeyFile = "/home/xenia/wireguard-keys/local-network.private";
|
privateKeyFile = "/home/xenia/wireguard-keys/local-network.private";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user