Skip to content

Commit

Permalink
Added Windows requirements to README (#47)
Browse files Browse the repository at this point in the history
* Added Windows requirements to README

* add a heading

---------

Co-authored-by: Maciej Wójcik <[email protected]>
  • Loading branch information
blazej-teonite and Maciej Wójcik authored Jan 23, 2024
1 parent ee332fe commit 54c5ede
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ It was developed as part of [defguard](https://github.com/defguard/defguard) sec

## Supported platforms

* **Native OS Kernel**: Linux, FreeBSD (and pfSense/OPNSense) - Windows (in development)*
* **Native OS Kernel**: Linux, FreeBSD (and pfSense/OPNSense), Windows
* Userspace using [wireguard-go](https://github.com/WireGuard/wireguard-go) - Linux, **macOS**, FreeBSD

### Unique features

* **Peer routing** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs.
Expand All @@ -20,6 +20,9 @@ It was developed as part of [defguard](https://github.com/defguard/defguard) sec
* On Linux, handle network routing using **netlink**.
* **fwmark** handling

### Windows support
Please note that [WireGuard](https://www.wireguard.com/install/) needs to be installed on Windows with commands `wg` and `wireguard` available to be called from the command line.

### Note on `wireguard-go`
If you intend to use the userspace WireGuard implementation you should note that currently the library assumes
that the `wireguard-go` binary will be available at runtime. There are some sanity checks when instantiating the API,
Expand Down

0 comments on commit 54c5ede

Please sign in to comment.