wg.4 (c72854c06aaed11971a29bc2e302e72577bc21e0) wg.4 (001830ea7aaf2f7de7afe85741f9662d9571e1ee)
1.\" SPDX-License-Identifier: BSD-2-Clause
2.\"
3.\" Copyright (c) 2020 Gordon Bergling <gbe@FreeBSD.org>
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
1.\" SPDX-License-Identifier: BSD-2-Clause
2.\"
3.\" Copyright (c) 2020 Gordon Bergling <gbe@FreeBSD.org>
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
28.Dd October 30, 2022
28.Dd November 11, 2022
29.Dt WG 4
30.Os
31.Sh NAME
32.Nm wg
33.Nd "WireGuard protocol driver"
34.Sh SYNOPSIS
35To load the driver as a module at boot time, place the following line in
36.Xr loader.conf 5 :

--- 157 unchanged lines hidden (view full) ---

194.Rs
195.%T WireGuard whitepaper
196.%U https://www.wireguard.com/papers/wireguard.pdf
197.Re
198.Sh HISTORY
199The
200.Nm
201device driver first appeared in
29.Dt WG 4
30.Os
31.Sh NAME
32.Nm wg
33.Nd "WireGuard protocol driver"
34.Sh SYNOPSIS
35To load the driver as a module at boot time, place the following line in
36.Xr loader.conf 5 :

--- 157 unchanged lines hidden (view full) ---

194.Rs
195.%T WireGuard whitepaper
196.%U https://www.wireguard.com/papers/wireguard.pdf
197.Re
198.Sh HISTORY
199The
200.Nm
201device driver first appeared in
202.Fx 14.0 .
202.Fx 13.2 .
203.Sh AUTHORS
204.An -nosplit
205The
206.Nm
207device driver was written by
208.An Jason A. Donenfeld Aq Mt Jason@zx2c4.com ,
209.An Matt Dunwoodie Aq Mt ncon@nconroy.net ,
210and
211.An Kyle Evans Aq Mt kevans@FreeBSD.org .
212.Pp
213This manual page was written by
214.An Gordon Bergling Aq Mt gbe@FreeBSD.org
215and is based on the
216.Ox
217manual page written by
218.An David Gwynne Aq Mt dlg@openbsd.org .
203.Sh AUTHORS
204.An -nosplit
205The
206.Nm
207device driver was written by
208.An Jason A. Donenfeld Aq Mt Jason@zx2c4.com ,
209.An Matt Dunwoodie Aq Mt ncon@nconroy.net ,
210and
211.An Kyle Evans Aq Mt kevans@FreeBSD.org .
212.Pp
213This manual page was written by
214.An Gordon Bergling Aq Mt gbe@FreeBSD.org
215and is based on the
216.Ox
217manual page written by
218.An David Gwynne Aq Mt dlg@openbsd.org .