Remove test phone from Idacloud

This commit is contained in:
Vili Sinervä 2025-04-20 16:24:11 +03:00
parent 91c903f482
commit 143b8ab3f3
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -33,12 +33,6 @@
# presharedKeyFile = "/root/wireguard-keys/psk2"; # presharedKeyFile = "/root/wireguard-keys/psk2";
# allowedIPs = [ "10.1.0.3/32" ]; # allowedIPs = [ "10.1.0.3/32" ];
# } # }
# Test Phone
{
publicKey = "66ubJoZWX9jyPKMO2ORomokPO3CokBTGjHiOhHZLjzI=";
presharedKeyFile = "/root/wireguard-keys/psk3";
allowedIPs = [ "10.1.0.4/32" ];
}
]; ];
}; };
}; };