Skip to content

Commit eab71e5

Browse files
authored
Remove outdated information
1 parent 108c4ed commit eab71e5

1 file changed

Lines changed: 11 additions & 10 deletions

File tree

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ It was developed as part of [defguard](https://github.com/defguard/defguard) sec
99

1010
## Supported platforms
1111

12-
* Native OS Kernel: Linux, FreeBSD (and pfSense/OPNSense), NetBSD, Windows
13-
* Userspace: Linux, macOS, FreeBSD, NetBSD
12+
- Native OS Kernel: Linux, FreeBSD (and pfSense/OPNSense), NetBSD, Windows
13+
- Userspace: Linux, macOS, FreeBSD, NetBSD
1414

1515
### Unique features
1616

17-
* **Peer routing** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs.
18-
* Configuring **DNS resolver** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs.
19-
* On FreeBSD network interfaces are managed using **ioctl**.
20-
* On Linux, handle network routing using **netlink**.
21-
* **fwmark** handling
17+
- **Peer routing** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs.
18+
- Configuring **DNS resolver** - see [WGApi](https://docs.rs/defguard_wireguard_rs/latest/defguard_wireguard_rs/struct.WGApi.html) docs.
19+
- On FreeBSD network interfaces are managed using **ioctl**.
20+
- On Linux, handle network routing using **netlink**.
21+
- **fwmark** handling
2222

2323
### Windows support
2424

@@ -56,20 +56,21 @@ More info can be found [here](https://stackoverflow.com/a/79640980).
5656

5757
## Examples
5858

59-
* Client: https://github.com/DefGuard/wireguard-rs/blob/main/examples/client.rs
60-
* Server: https://github.com/DefGuard/wireguard-rs/blob/main/examples/server.rs
59+
- Client: https://github.com/DefGuard/wireguard-rs/blob/main/examples/client.rs
60+
- Server: https://github.com/DefGuard/wireguard-rs/blob/main/examples/server.rs
6161

6262
## Documentation
6363

6464
See the [documentation](https://defguard.gitbook.io) for more information.
6565

6666
## Community and Support
6767

68-
Find us on Matrix: [#defguard:teonite.com](https://matrix.to/#/#defguard:teonite.com)
68+
Reach out to our community via [GitHub Discussions](https://github.com/DefGuard/defguard/discussions/new/choose)
6969

7070
## Contribution
7171

7272
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.
7373

7474
# Legal
75+
7576
WireGuard® is [registered trademarks](https://www.wireguard.com/trademark-policy/) of Jason A. Donenfeld.

0 commit comments

Comments
 (0)