1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: add wireguard key and psk generator app

This commit is contained in:
oddlama 2023-04-12 01:07:55 +02:00
parent b250a6b1b3
commit 6cffccd75c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 82 additions and 9 deletions

View file

@ -28,7 +28,9 @@
listenPort = 51822;
openFirewall = true;
externalPeers = {
test = ["10.0.0.91/32"];
test1 = ["10.0.0.91/32"];
test2 = ["10.0.0.92/32"];
test3 = ["10.0.0.93/32"];
};
};
}