mirror of
https://github.com/trailofbits/algo.git
synced 2026-08-17 21:25:50 +02:00
docs: Add Windows client documentation and common error fix (#14787)
- Added comprehensive Windows client setup guide (docs/client-windows.md) - Documented the common "parameter is incorrect" error in troubleshooting.md - Added step-by-step solution for Windows networking stack reset - Included WireGuard setup instructions and common issues - Added Windows documentation links to README.md This addresses the frequently reported issue #1051 where Windows users encounter "parameter is incorrect" errors when connecting to Algo VPN. The fix involves resetting Windows networking components and has helped many users resolve their connection issues. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -121,7 +121,7 @@ WireGuard is used to provide VPN services on Android. Install the [WireGuard VPN
|
||||
|
||||
WireGuard is used to provide VPN services on Windows. Algo generates a WireGuard configuration file, `wireguard/<username>.conf`, for each user defined in `config.cfg`.
|
||||
|
||||
Install the [WireGuard VPN Client](https://www.wireguard.com/install/#windows-7-8-81-10-2012-2016-2019). Import the generated `wireguard/<username>.conf` file to your device, then setup a new connection with it.
|
||||
Install the [WireGuard VPN Client](https://www.wireguard.com/install/#windows-7-8-81-10-2012-2016-2019). Import the generated `wireguard/<username>.conf` file to your device, then setup a new connection with it. See the [Windows setup instructions](docs/client-windows.md) for more detailed walkthrough and troubleshooting.
|
||||
|
||||
### Linux WireGuard Clients
|
||||
|
||||
@@ -210,6 +210,7 @@ After this process completes, the Algo VPN server will contain only the users li
|
||||
* Deploy from a [Docker container](docs/deploy-from-docker.md)
|
||||
|
||||
### Setup VPN Clients to Connect to the Server
|
||||
* Setup [Windows](docs/client-windows.md) clients
|
||||
* Setup [Android](docs/client-android.md) clients
|
||||
* Setup [Linux](docs/client-linux.md) clients with Ansible
|
||||
* Setup Ubuntu clients to use [WireGuard](docs/client-linux-wireguard.md)
|
||||
|
||||
Reference in New Issue
Block a user