add more
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ return [
|
||||
'192.168.0.0/16',
|
||||
'10.10.0.0/16',
|
||||
],
|
||||
'allowed_ports' => [22, 80, 443, 3306, 5432],
|
||||
'allowed_ports' => [22, 80, 443, '3000-60000', 3306, 5432],
|
||||
'enabled' => true,
|
||||
],
|
||||
];
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@ return [
|
||||
'policy_id' => 'public-web-egress',
|
||||
'users' => ['normal-user', 'admin', 'devops'],
|
||||
'target_hosts' => ['*'],
|
||||
'target_ports' => [80, 443],
|
||||
'target_ports' => [80, 443, '3000-60000'],
|
||||
'protocol' => 'tcp',
|
||||
'route_type' => 'direct',
|
||||
'enabled' => true,
|
||||
|
||||
Reference in New Issue
Block a user