Add Amin peer to Wireguard
This commit is contained in:
parent
448e4dfda8
commit
043f2514eb
|
@ -61,12 +61,18 @@
|
||||||
listenPort = 1194;
|
listenPort = 1194;
|
||||||
privateKeyFile = "/home/coace/.wg/keys/privatekey";
|
privateKeyFile = "/home/coace/.wg/keys/privatekey";
|
||||||
peers = [
|
peers = [
|
||||||
# Fernando
|
# Amin
|
||||||
{
|
{
|
||||||
# Placeholder public key
|
# Placeholder public key
|
||||||
publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38=";
|
publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38=";
|
||||||
allowedIPs = [ "10.9.0.2/32" ];
|
allowedIPs = [ "10.9.0.2/32" ];
|
||||||
}
|
}
|
||||||
|
# Fernando
|
||||||
|
{
|
||||||
|
# Placeholder public key
|
||||||
|
publicKey = "XMkTztU2Y8hw6Fu/2o4Gszij+EmNacvFMXuZyHS1n38=";
|
||||||
|
allowedIPs = [ "10.9.0.3/32" ];
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue