add josh to wg

This commit is contained in:
alex 2024-02-13 14:05:45 -05:00
parent 5ab21de745
commit 0cb07bc54b
1 changed files with 5 additions and 0 deletions

View File

@ -147,6 +147,11 @@
# List of IPs assigned to this peer within the tunnel subnet. Used to configure routing.
allowedIPs = [ "10.100.0.2/32" ];
}
{
# josh's laptop
publicKey = "MdHzEaX6BkgOLZcIAFdgxYt0iDdh2vL25jMjuTFVDVM=";
allowedIPs = [ "10.100.0.15/24" ];
}
];
};
};