Browse Source

docs: fix faq urls

introduced in #2418
pull/2522/head
Bernd Storath 3 months ago
parent
commit
7cde04de81
  1. 2
      docs/content/faq.md
  2. 2
      docs/content/guides/admin.md

2
docs/content/faq.md

@ -18,7 +18,7 @@ Use the **Per-Client Firewall** feature to enforce server-side restrictions on w
Unlike "Allowed IPs" which only controls client-side routing, firewall rules are enforced by the server and cannot be bypassed. Unlike "Allowed IPs" which only controls client-side routing, firewall rules are enforced by the server and cannot be bypassed.
See the [Admin Panel Guide](guides/admin/#per-client-firewall) and [Client Guide](guides/clients/#firewall-allowed-ips) for detailed configuration. See the [Admin Panel Guide](./guides/admin.md#per-client-firewall) and [Client Guide](./guides/clients.md#firewall-allowed-ips) for detailed configuration.
## Error: WireGuard exited with the error: Cannot find device "wg0" ## Error: WireGuard exited with the error: Cannot find device "wg0"

2
docs/content/guides/admin.md

@ -40,4 +40,4 @@ Most Linux distributions include iptables by default. If you're running in a min
3. Specify allowed destinations (IPs, subnets, ports) for that client 3. Specify allowed destinations (IPs, subnets, ports) for that client
4. Server enforces these rules automatically 4. Server enforces these rules automatically
See [Edit Client → Firewall Allowed IPs](../clients/#firewall-allowed-ips) for detailed configuration syntax and examples. See [Edit Client → Firewall Allowed IPs](./clients.md#firewall-allowed-ips) for detailed configuration syntax and examples.

Loading…
Cancel
Save