Deployed 414e9a1 to Pre-release with MkDocs 1.6.1 and mike 2.1.4

This commit is contained in:
github-actions[bot]
2026-03-11 08:10:22 +00:00
parent 77eab6cd59
commit 2a3cebe27e
41 changed files with 480 additions and 177 deletions
+37 -5
View File
@@ -25,7 +25,7 @@
<link rel="icon" href="../assets/logo/favicon.png">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.0">
<meta name="generator" content="mkdocs-1.6.1, mkdocs-material-9.7.5">
@@ -33,7 +33,7 @@
<link rel="stylesheet" href="../assets/stylesheets/main.618322db.min.css">
<link rel="stylesheet" href="../assets/stylesheets/main.484c7ddc.min.css">
<link rel="stylesheet" href="../assets/stylesheets/palette.ab4e12ef.min.css">
@@ -80,7 +80,7 @@
<div data-md-component="skip">
<a href="#error-wireguard-exited-with-the-error-cannot-find-device-wg0" class="md-skip">
<a href="#how-do-i-restrict-client-access-to-specific-networks-or-servers" class="md-skip">
Skip to content
</a>
@@ -506,6 +506,17 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#how-do-i-restrict-client-access-to-specific-networks-or-servers" class="md-nav__link">
<span class="md-ellipsis">
How do I restrict client access to specific networks or servers?
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#error-wireguard-exited-with-the-error-cannot-find-device-wg0" class="md-nav__link">
<span class="md-ellipsis">
@@ -1826,6 +1837,17 @@
</label>
<ul class="md-nav__list" data-md-component="toc" data-md-scrollfix>
<li class="md-nav__item">
<a href="#how-do-i-restrict-client-access-to-specific-networks-or-servers" class="md-nav__link">
<span class="md-ellipsis">
How do I restrict client access to specific networks or servers?
</span>
</a>
</li>
<li class="md-nav__item">
<a href="#error-wireguard-exited-with-the-error-cannot-find-device-wg0" class="md-nav__link">
<span class="md-ellipsis">
@@ -1919,6 +1941,16 @@
<h1>FAQ</h1>
<p>Here are some frequently asked questions or errors about <code>wg-easy</code>. If you have a question that is not answered here, please feel free to open a discussion on GitHub.</p>
<h2 id="how-do-i-restrict-client-access-to-specific-networks-or-servers"><a class="toclink" href="#how-do-i-restrict-client-access-to-specific-networks-or-servers">How do I restrict client access to specific networks or servers?</a></h2>
<p>Use the <strong>Per-Client Firewall</strong> feature to enforce server-side restrictions on what each client can access.</p>
<p><strong>Requirements:</strong> This feature requires <code>iptables</code> (and <code>ip6tables</code> for IPv6) to be installed on the host system.</p>
<ol>
<li>Enable "Per-Client Firewall" in <strong>Admin Panel → Interface</strong></li>
<li>Edit a client and configure "Firewall Allowed IPs"</li>
<li>Specify which destinations the client should be allowed to access</li>
</ol>
<p>Unlike "Allowed IPs" which only controls client-side routing, firewall rules are enforced by the server and cannot be bypassed.</p>
<p>See the <a href="../guides/admin/#per-client-firewall">Admin Panel Guide</a> and <a href="../guides/clients/#firewall-allowed-ips">Client Guide</a> for detailed configuration.</p>
<h2 id="error-wireguard-exited-with-the-error-cannot-find-device-wg0"><a class="toclink" href="#error-wireguard-exited-with-the-error-cannot-find-device-wg0">Error: WireGuard exited with the error: Cannot find device "wg0"</a></h2>
<p>This error indicates that the WireGuard interface <code>wg0</code> does not exist. This can happen if the WireGuard kernel module is not loaded or if the interface was not created properly.</p>
<p>To resolve this issue, you can try the following steps:</p>
@@ -2059,10 +2091,10 @@
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant", "content.action.edit", "content.action.view", "content.code.annotate"], "search": "../assets/javascripts/workers/search.7a47a382.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script id="__config" type="application/json">{"annotate": null, "base": "..", "features": ["navigation.tabs", "navigation.top", "navigation.expand", "navigation.instant", "content.action.edit", "content.action.view", "content.code.annotate"], "search": "../assets/javascripts/workers/search.2c215733.min.js", "tags": null, "translations": {"clipboard.copied": "Copied to clipboard", "clipboard.copy": "Copy to clipboard", "search.result.more.one": "1 more on this page", "search.result.more.other": "# more on this page", "search.result.none": "No matching documents", "search.result.one": "1 matching document", "search.result.other": "# matching documents", "search.result.placeholder": "Type to start searching", "search.result.term.missing": "Missing", "select.version": "Select version"}, "version": {"provider": "mike"}}</script>
<script src="../assets/javascripts/bundle.e71a0d61.min.js"></script>
<script src="../assets/javascripts/bundle.79ae519e.min.js"></script>
</body>