New direction; removed wireguard, readme update
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
<?php
|
||||
|
||||
namespace App\Enums;
|
||||
|
||||
use App\Enums\Concerns\Arrayable;
|
||||
|
||||
enum NetworkType: string
|
||||
{
|
||||
use Arrayable;
|
||||
|
||||
case EXTERNAL = 'external'; // managed by provider
|
||||
case INTERNAL = 'internal'; // managed by keystone
|
||||
}
|
||||
Reference in New Issue
Block a user