refactor: replace mkdocs with zensical (#2667)
* move docs to zensical * fix requirements * fixes * remove manual font loading does not work properly with mike * switch back to pymdownx.blocks.admonition * revert back * remove css * add note about privacy plugin * pr review findings
This commit is contained in:
@@ -23,7 +23,9 @@ This feature is currently experimental. While functional, it should be thoroughl
|
||||
- The feature cannot be enabled if these tools are not available
|
||||
|
||||
/// note
|
||||
|
||||
Most Linux distributions include iptables by default. If you're running in a minimal container environment, you may need to install the `iptables` package on the host system.
|
||||
|
||||
///
|
||||
|
||||
**Enable this feature if you want to:**
|
||||
|
||||
@@ -62,7 +62,9 @@ Protocol specifiers (`/tcp` or `/udp`) require a port number. The following form
|
||||
- **Disable for specific client**: To disable firewall filtering for a single client while keeping it enabled for others, add `0.0.0.0/0, ::/0` to allow all traffic
|
||||
|
||||
/// note
|
||||
|
||||
To allow clients to reach the VPN server itself (e.g. for DNS), include the server's VPN address in the firewall allowed IPs.
|
||||
|
||||
///
|
||||
|
||||
**Use Case Examples**:
|
||||
|
||||
Reference in New Issue
Block a user