mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 14:36:17 +00:00
Refactor firewall and add edit rule (#488)
This commit is contained in:
@ -25,6 +25,7 @@ public function test_create_firewall_rule(): void
|
||||
'server' => $this->server,
|
||||
])
|
||||
->callAction('create', [
|
||||
'name' => 'Test',
|
||||
'type' => 'allow',
|
||||
'protocol' => 'tcp',
|
||||
'port' => '1234',
|
||||
|
Reference in New Issue
Block a user