Improve incoming rules quick actions
This commit is contained in:
@@ -309,17 +309,17 @@ Important: DNS Requests are only matched against domain and filter list rules, a
|
||||
endpoints.EndpointListVerdictNamesAnnotation: rulesVerdictNames,
|
||||
config.QuickSettingsAnnotation: []config.QuickSetting{
|
||||
{
|
||||
Name: "SSH",
|
||||
Name: "Allow SSH",
|
||||
Action: config.QuickMergeTop,
|
||||
Value: []string{"+ * tcp/22"},
|
||||
},
|
||||
{
|
||||
Name: "HTTP/s",
|
||||
Name: "Allow HTTP/s",
|
||||
Action: config.QuickMergeTop,
|
||||
Value: []string{"+ * tcp/80", "+ * tcp/443"},
|
||||
},
|
||||
{
|
||||
Name: "RDP",
|
||||
Name: "Allow RDP",
|
||||
Action: config.QuickMergeTop,
|
||||
Value: []string{"+ * */3389"},
|
||||
},
|
||||
@@ -333,6 +333,11 @@ Important: DNS Requests are only matched against domain and filter list rules, a
|
||||
Action: config.QuickMergeTop,
|
||||
Value: []string{"+ Internet"},
|
||||
},
|
||||
{
|
||||
Name: "Block everything else",
|
||||
Action: config.QuickMergeBottom,
|
||||
Value: []string{"- *"},
|
||||
},
|
||||
},
|
||||
},
|
||||
ValidationRegex: endpoints.ListEntryValidationRegex,
|
||||
|
||||
Reference in New Issue
Block a user