From d89323b6be3354ef13acddceaa7c5bcca6a86e85 Mon Sep 17 00:00:00 2001 From: jakub-tldr <78603704+jakub-tldr@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:16:52 +0100 Subject: [PATCH 1/2] remove outdated info --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cddbb61..1fa6b6b 100644 --- a/README.md +++ b/README.md @@ -65,11 +65,12 @@ See the [documentation](https://defguard.gitbook.io) for more information. ## Community and Support -Find us on Matrix: [#defguard:teonite.com](https://matrix.to/#/#defguard:teonite.com) +If you encounter any issues with Defguard, you can reach out to our community for support via [GitHub Discussions](https://github.com/DefGuard/defguard/discussions/new/choose) ## Contribution Please review the [Contributing guide](https://defguard.gitbook.io/defguard/for-developers/contributing) for information on how to get started contributing to the project. You might also find our [environment setup guide](https://defguard.gitbook.io/defguard/for-developers/dev-env-setup) handy. # Legal + WireGuard® is [registered trademarks](https://www.wireguard.com/trademark-policy/) of Jason A. Donenfeld. From fc8cb90d3c8758ef810eaf5f2e4189dc96494f29 Mon Sep 17 00:00:00 2001 From: jakub-tldr <78603704+jakub-tldr@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:22:27 +0100 Subject: [PATCH 2/2] change description --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1fa6b6b..b174fc1 100644 --- a/README.md +++ b/README.md @@ -9,16 +9,16 @@ It was developed as part of [defguard](https://github.com/defguard/defguard) sec ## Supported platforms -* Native OS Kernel: Linux, FreeBSD (and pfSense/OPNSense), NetBSD, Windows -* Userspace: Linux, macOS, FreeBSD, NetBSD +- Native OS Kernel: Linux, FreeBSD (and pfSense/OPNSense), NetBSD, Windows +- Userspace: Linux, macOS, FreeBSD, NetBSD ### Unique features -* **Peer routing** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs. -* Configuring **DNS resolver** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs. - * On FreeBSD network interfaces are managed using **ioctl**. - * On Linux, handle network routing using **netlink**. - * **fwmark** handling +- **Peer routing** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs. +- Configuring **DNS resolver** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs. + - On FreeBSD network interfaces are managed using **ioctl**. + - On Linux, handle network routing using **netlink**. + - **fwmark** handling ### Windows support @@ -56,8 +56,8 @@ More info can be found [here](https://stackoverflow.com/a/79640980). ## Examples -* Client: https://github.com/DefGuard/wireguard-rs/blob/main/examples/client.rs -* Server: https://github.com/DefGuard/wireguard-rs/blob/main/examples/server.rs +- Client: https://github.com/DefGuard/wireguard-rs/blob/main/examples/client.rs +- Server: https://github.com/DefGuard/wireguard-rs/blob/main/examples/server.rs ## Documentation @@ -65,7 +65,7 @@ See the [documentation](https://defguard.gitbook.io) for more information. ## Community and Support -If you encounter any issues with Defguard, you can reach out to our community for support via [GitHub Discussions](https://github.com/DefGuard/defguard/discussions/new/choose) +Reach out to our community via [GitHub Discussions](https://github.com/DefGuard/defguard/discussions/new/choose) ## Contribution