router: add graystripe wireguard

This commit is contained in:
asonix 2024-07-06 13:55:29 -05:00
parent 03b1835c2f
commit 2f8a8427de

View file

@ -80,6 +80,10 @@ in
PublicKey = "ppaJ0RAtdvFpdg0eJPkO0YnYnEMZhiwAlQJUHnC80EA="; PublicKey = "ppaJ0RAtdvFpdg0eJPkO0YnYnEMZhiwAlQJUHnC80EA=";
AllowedIPs = [ "192.168.5.10" "2001:db8:5::10" ]; AllowedIPs = [ "192.168.5.10" "2001:db8:5::10" ];
} }
{
PublicKey = "+7NZi6XmZdJGXLgUe6Ne4Xxh8hyR+kO1OIMf0U8g/HQ=";
AllowedIPs = [ "192.168.5.11" "2001:db8:5::11" ];
}
]; ];
}; };
}; };