hosts/tatos: add one more phone
This commit is contained in:
parent
c6c12cb152
commit
570a0cd623
1 changed files with 7 additions and 2 deletions
|
@ -72,16 +72,21 @@ in
|
|||
publicKey = "mzVH0N3q7UE/XjMwgRks+D8KFuIj91VkOK2ytgjsnkw=";
|
||||
allowedIPs = [ "10.20.30.4/32" ];
|
||||
}
|
||||
# Phone 1
|
||||
# Phone 1 j
|
||||
{
|
||||
publicKey = "bwKSB61krDPZV9JVw2ChPCImxqjJHQ2vXvWjbqPy/2o=";
|
||||
allowedIPs = [ "10.20.30.5/32" ];
|
||||
}
|
||||
# Phone 2
|
||||
# Phone 2 m
|
||||
{
|
||||
publicKey = "0+ejwId5JcTeMvoz+I/ACpmpUFjD7rl9wqz8H/OAHEw=";
|
||||
allowedIPs = [ "10.20.30.6/32" ];
|
||||
}
|
||||
# Phone 3 n
|
||||
{
|
||||
publicKey = "IUw38F1ik2y2XoPh3Nd1VVxHz9nfKDfNKyzBaEi0rjc=";
|
||||
allowedIPs = [ "10.20.30.7/32" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue