add op9t wg client
This commit is contained in:
parent
d6f7879331
commit
16b1a75fda
|
@ -143,14 +143,20 @@
|
||||||
{
|
{
|
||||||
# Feel free to give a meaning full name
|
# Feel free to give a meaning full name
|
||||||
# Public key of the peer (not a file path).
|
# Public key of the peer (not a file path).
|
||||||
|
# nixos76 laptop
|
||||||
publicKey = "KVViY+Bgu7PoBeS+rthcyQVQB03IdolxDzc5ZwsdNnM=";
|
publicKey = "KVViY+Bgu7PoBeS+rthcyQVQB03IdolxDzc5ZwsdNnM=";
|
||||||
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
|
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
|
||||||
allowedIPs = [ "10.100.0.2/32" ];
|
allowedIPs = [ "10.100.0.2/24" ];
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
# josh's laptop
|
# josh's laptop
|
||||||
publicKey = "MdHzEaX6BkgOLZcIAFdgxYt0iDdh2vL25jMjuTFVDVM=";
|
publicKey = "MdHzEaX6BkgOLZcIAFdgxYt0iDdh2vL25jMjuTFVDVM=";
|
||||||
allowedIPs = [ "10.100.0.3/32" ];
|
allowedIPs = [ "10.100.0.3/24" ];
|
||||||
|
}
|
||||||
|
{
|
||||||
|
# alex android op9t
|
||||||
|
publicKey = "zVEFb82M79UoBpAkgbiN0MWQqcjmChTFDLQOSRY/VRk=";
|
||||||
|
allowedIPs = [ "10.100.0.4/24" ];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue