Skip to content

Commit bef6c43

Browse files
committed
compare page update
1 parent 1fd4b94 commit bef6c43

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

src/content/faq/acls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ title: Does defguard support ACLs?
33
order: 4
44
---
55

6-
Yes, defguard <a href="https://docs.defguard.net/enterprise/all-enteprise-features/access-control-list?utm_source=chatgpt.com">supports Access Control Lists (ACLs)</a> starting from version 1.3. This feature enables administrators to define and manage precise access rules for network resources, specifying which users, groups, or devices can access particular destinations based on IP addresses, ports, and protocols. ACLs can be applied per location, allowing for granular control over network access. Additionally, administrators can set default policies (allow or deny) for unspecified traffic, ensuring a secure and tailored network environment.
6+
Yes, defguard <a href="https://docs.defguard.net/enterprise/all-enteprise-features/access-control-list">supports Access Control Lists (ACLs)</a> starting from version 1.3. This feature enables administrators to define and manage precise access rules for network resources, specifying which users, groups, or devices can access particular destinations based on IP addresses, ports, and protocols. ACLs can be applied per location, allowing for granular control over network access. Additionally, administrators can set default policies (allow or deny) for unspecified traffic, ensuring a secure and tailored network environment.
77

src/data/compare-table.ts

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ export const featuresTableData: FeatureTableData = {
6161
description: "Groups & ACLs",
6262
features: [
6363
{
64-
status: "in-progress",
65-
hover: "Groups released 0.10.0, ACLs comming to v1.1.0",
64+
status: "yes",
65+
hover: "Groups released 0.10.0, ACL released 1.3.0",
66+
// link: "https://docs.defguard.net/enterprise/all-enteprise-features/access-control-list",
6667
},
6768
{ status: "no" },
6869
{
@@ -190,8 +191,8 @@ export const featuresTableData: FeatureTableData = {
190191
description: "ACL (firewall) network control for VPN",
191192
features: [
192193
{
193-
status: "in-progress",
194-
hover: "Planned for release 1.1",
194+
status: "yes",
195+
link: "https://docs.defguard.net/enterprise/all-enteprise-features/access-control-list",
195196
},
196197
{
197198
status: "in-progress",

0 commit comments

Comments
 (0)