You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/pages/index.astro
+13-9Lines changed: 13 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ const tags = [
85
85
theme="light"
86
86
>
87
87
<divslot="left">
88
-
<p>By integrating Multi-Factor Authentication (MFA) directly into the WireGuard® protocol, defguard raises the bar for VPN access controls and safeguards your organization from unauthorized remote access.</p>
88
+
<p>By integrating Multi-Factor Authentication (MFA) directly into the WireGuard® protocol, defguard raises the bar for VPN two factor authentication and safeguards your organization from unauthorized remote access.</p>
89
89
<divclass="learn-more">
90
90
<ahref="/docs/mfa-architecture"class="learn-more-link">Learn more about defguard MFA architecture</a>
91
91
</div>
@@ -107,11 +107,14 @@ const tags = [
107
107
theme="light"
108
108
>
109
109
<divslot="left">
110
-
<p>Defguard’s Access Control Lists grant each user precisely the access they need—no more, no less—while staying in sync with your identity provider.
111
-
110
+
<p>
111
+
Defguard’s Access Control Lists grant each user precisely the access they need—no more, no less—while staying in sync with your identity provider.
112
+
</p>
113
+
<p>
112
114
By leveraging native firewall integrations with Linux, FreeBSD, and OPNsense, defguard enforces Zero Trust architecture with seamless network segmentation.
How to enable Access Control List functionality</a>
115
118
</div>
116
119
117
120
<divslot="right">
@@ -208,9 +211,10 @@ const tags = [
208
211
theme="light"
209
212
>
210
213
<divslot="left">
211
-
<p>Choose from Docker, Kubernetes, or traditional package installers. You’re in control of your hardware and infrastructure choices. Perfect for on-premise infrastructure and Private Cloud.
212
-
213
-
Private-cloud - how to secure your private cloud with defguard</p>
214
+
<p>
215
+
Choose from Docker, Kubernetes, or traditional package installers. You’re in control of your hardware and infrastructure choices. Perfect for on-premise infrastructure and Private Cloud.
216
+
</p>
217
+
<ahref="https://docs.defguard.net/admin-and-features/setting-up-your-instance">Deploy your instance with one-line install script</a>
214
218
</div>
215
219
216
220
<divslot="right">
@@ -238,7 +242,7 @@ const tags = [
238
242
<p>Use our comprehensive API and webhooks to automate processes, track changes, or integrate with existing systems.
239
243
</p>
240
244
<divclass="learn-more">
241
-
<ahref="/docs/mfa-architecture"class="learn-more-link">Explore API documentation</a>
245
+
<ahref="https://docs.defguard.net/enterprise/all-enteprise-features/api-tokens"class="learn-more-link">Explore API documentation</a>
0 commit comments