Disable PSK for debugging

This commit is contained in:
Vili Sinervä 2025-04-20 13:07:25 +03:00
parent f58e86e37b
commit 49ddeab976
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -35,7 +35,7 @@
# Test Phone
{
publicKey = "66ubJoZWX9jyPKMO2ORomokPO3CokBTGjHiOhHZLjzI=";
presharedKeyFile = "/root/wireguard-keys/psk3";
#presharedKeyFile = "/root/wireguard-keys/psk3";
allowedIPs = [ "10.1.0.4/32" ];
}
];