New direction; removed wireguard, readme update

This commit is contained in:
2025-09-07 11:37:52 +01:00
parent 82556535ba
commit a91780d1d5
21 changed files with 102 additions and 5622 deletions

View File

@@ -35,7 +35,7 @@ class ServerFactory extends Factory
{
return $this->state(function (array $attributes) use ($networkId) {
return [
'external_network_id' => $networkId,
'network_id' => $networkId,
];
});
}