This commit is contained in:
2026-05-28 23:41:40 +08:00
parent f274a7dd4b
commit ad1327bebd
14 changed files with 204 additions and 53 deletions
+1 -1
View File
@@ -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,