host/tatos: fix wireguard keys
This commit is contained in:
parent
52993be543
commit
1d4760974f
1 changed files with 2 additions and 2 deletions
|
@ -74,12 +74,12 @@ in
|
|||
}
|
||||
# Phone 1
|
||||
{
|
||||
publicKey = "KRgGzoFk8UjZ1wUWXkt53wI7sJfdP/QaoVY3Xnh13Ws=";
|
||||
publicKey = "bwKSB61krDPZV9JVw2ChPCImxqjJHQ2vXvWjbqPy/2o=";
|
||||
allowedIPs = [ "10.20.30.5/32" ];
|
||||
}
|
||||
# Phone 2
|
||||
{
|
||||
publicKey = "EtnHCU478Ne7dtIctq4yFUNjHGXB7SIQEs2g82VzmBc=";
|
||||
publicKey = "0+ejwId5JcTeMvoz+I/ACpmpUFjD7rl9wqz8H/OAHEw=";
|
||||
allowedIPs = [ "10.20.30.6/32" ];
|
||||
}
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue