Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wireguard/wireguard-freebsd
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-freebsd
https://github.com/wireguard/wireguard-freebsd
freebsd wireguard
Last synced: about 2 months ago
JSON representation
Mirror only. Official repository is at https://git.zx2c4.com/wireguard-freebsd
- Host: GitHub
- URL: https://github.com/wireguard/wireguard-freebsd
- Owner: WireGuard
- License: mit
- Created: 2021-05-18T15:45:47.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-28T19:56:37.000Z (about 2 years ago)
- Last Synced: 2023-03-02T04:06:21.459Z (almost 2 years ago)
- Topics: freebsd, wireguard
- Language: C
- Homepage:
- Size: 468 KB
- Stars: 39
- Watchers: 3
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# WireGuard for FreeBSD
This is a kernel module for FreeBSD to support [WireGuard](https://www.wireguard.com/). It is being developed here before its eventual submission to FreeBSD.
### Installation instructions
Snapshots of this may be installed from packages:
```
# pkg install wireguard
```### Building instructions
If you'd prefer to build this repo from scratch, rather than using a package, first make sure you have the latest net/wireguard-tools package installed, version ≥1.0.20210424. Then, on FreeBSD 12.3, 13.0, 13.1, and 13.2:
```
# git clone https://git.zx2c4.com/wireguard-freebsd
# make -C wireguard-freebsd/src
# make -C wireguard-freebsd/src load install
```After that, it should be possible to use `wg(8)` and `wg-quick(8)` like usual, but with the faster kernel implementation.