Project

General

Profile

Wireguard » History » Version 1

Willy Manga, 03/26/2025 01:12 AM

1 1 Willy Manga
h1. Wireguard
2
3
h2. OpenBSD considerations
4
5
Create an interface with a remonte endpoint.
6
<pre><code class="shell">
7
ifconfig wg1 create wgport 7964 wgkey `openssl rand -base64 32` wgpeer gg+YOXR6kUdYqMjptss1JpabvuUMy0Mpx+56bQe00EY= wgendpoint rr01.abi.ci.tech.stdigital.network 7896
8
</code></pre>