router: add squirrelflight wireguard

This commit is contained in:
asonix 2024-07-06 13:59:02 -05:00
parent 2f8a8427de
commit 5a1a151de6

View file

@ -77,13 +77,20 @@ in
};
wireguardPeers = [
{
# firestar
PublicKey = "ppaJ0RAtdvFpdg0eJPkO0YnYnEMZhiwAlQJUHnC80EA=";
AllowedIPs = [ "192.168.5.10" "2001:db8:5::10" ];
}
{
# graystripe
PublicKey = "+7NZi6XmZdJGXLgUe6Ne4Xxh8hyR+kO1OIMf0U8g/HQ=";
AllowedIPs = [ "192.168.5.11" "2001:db8:5::11" ];
}
{
# squirrelflight
PublicKey = "utcnmBIFY5M6vXCeexiPkAHXwfv/8SQry0M30D3KYHc=";
AllowedIPs = [ "192.168.5.12" "2001:db8:5::12" ];
}
];
};
};