wireguard article, pubkey -> pubkey_here - www.codemadness.org - www.codemadness.org saait content files
HTML git clone git://git.codemadness.org/www.codemadness.org
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 95c00e4aa8bc3e11b9791997744a81001a133fe3
DIR parent f5efe4ebb45b8f43ea1afbd8f93034d21edd0110
HTML Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Sat, 30 May 2026 12:14:55 +0200
wireguard article, pubkey -> pubkey_here
Diffstat:
M config.cfg | 2 +-
M output/atom.xml | 4 ++--
M output/atom_content.xml | 8 ++++----
M output/atom_content_gopher.xml | 8 ++++----
M output/atom_gopher.xml | 4 ++--
M output/jsonfeed_content.json | 2 +-
M output/jsonfeed_content_gopher.json | 2 +-
M output/phlog/wireguard | 4 ++--
M output/rss_content.xml | 4 ++--
M output/rss_content_gopher.xml | 4 ++--
M output/sfeed_content.tsv | 2 +-
M output/sfeed_content_gopher.tsv | 2 +-
M output/sitemap.xml | 2 +-
M output/wireguard.html | 4 ++--
M output/wireguard.md | 2 +-
M pages/wireguard.cfg | 2 +-
M pages/wireguard.md | 2 +-
17 files changed, 29 insertions(+), 29 deletions(-)
---
DIR diff --git a/config.cfg b/config.cfg
@@ -1,5 +1,5 @@
# last updated the site.
-siteupdated = 2026-03-29
+siteupdated = 2026-05-30
sitetitle = Codemadness
siteurl = https://www.codemadness.org
DIR diff --git a/output/atom.xml b/output/atom.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom.xml" />
@@ -10,7 +10,7 @@
<title>Wireguard on OpenBSD for use as a mobile VPN</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/wireguard.html" />
<id>https://www.codemadness.org/wireguard.html</id>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<published>2026-03-27T00:00:00Z</published>
<author>
<name>Hiltjo</name>
DIR diff --git a/output/atom_content.xml b/output/atom_content.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<link rel="alternate" type="text/html" href="https://www.codemadness.org" />
<id>https://www.codemadness.org/atom_content.xml</id>
<link rel="self" type="application/atom+xml" href="https://www.codemadness.org/atom_content.xml" />
@@ -10,7 +10,7 @@
<title>Wireguard on OpenBSD for use as a mobile VPN</title>
<link rel="alternate" type="text/html" href="https://www.codemadness.org/wireguard.html" />
<id>https://www.codemadness.org/wireguard.html</id>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<published>2026-03-27T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -18,7 +18,7 @@
</author>
<summary>Guide to setup a Wireguard endpoint on OpenBSD to use as a (mobile) VPN</summary>
<content type="html"><![CDATA[<h1>Wireguard on OpenBSD for use as a mobile VPN</h1>
- <p><strong>Last modification on </strong> <time>2026-03-29</time></p>
+ <p><strong>Last modification on </strong> <time>2026-05-30</time></p>
<p>Wireguard is a fast, modern and secure VPN tunnel.</p>
<p>Below is a guide to setup <a href="https://www.wireguard.com/">Wireguard</a> on the OpenBSD
operating system intended for use as a mobile VPN.</p>
@@ -43,7 +43,7 @@ inet 10.1.2.1/24
up
# peer: phone
-wgpeer 'pubkey' wgaip 10.1.2.2/32 wgdescr 'phone' wgpsk 'psk_here'
+wgpeer 'pubkey_here' wgaip 10.1.2.2/32 wgdescr 'phone' wgpsk 'psk_here'
</code></pre>
<h2>Generating a private key</h2>
<p>Using wireguard-tools wg command:</p>
DIR diff --git a/output/atom_content_gopher.xml b/output/atom_content_gopher.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<link rel="alternate" type="text/gopher" href="gopher://codemadness.org" />
<id>gopher://codemadness.org/0/atom_content_gopher.xml</id>
<link rel="self" type="application/atom+xml" href="gopher://codemadness.org/0/atom_content_gopher.xml" />
@@ -10,7 +10,7 @@
<title>Wireguard on OpenBSD for use as a mobile VPN</title>
<link rel="alternate" type="text/gopher" href="gopher://codemadness.org/1/phlog/wireguard" />
<id>gopher://codemadness.org/1/phlog/wireguard</id>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<published>2026-03-27T00:00:00Z</published>
<author>
<name>Hiltjo</name>
@@ -18,7 +18,7 @@
</author>
<summary>Guide to setup a Wireguard endpoint on OpenBSD to use as a (mobile) VPN</summary>
<content type="html"><![CDATA[<h1>Wireguard on OpenBSD for use as a mobile VPN</h1>
- <p><strong>Last modification on </strong> <time>2026-03-29</time></p>
+ <p><strong>Last modification on </strong> <time>2026-05-30</time></p>
<p>Wireguard is a fast, modern and secure VPN tunnel.</p>
<p>Below is a guide to setup <a href="https://www.wireguard.com/">Wireguard</a> on the OpenBSD
operating system intended for use as a mobile VPN.</p>
@@ -43,7 +43,7 @@ inet 10.1.2.1/24
up
# peer: phone
-wgpeer 'pubkey' wgaip 10.1.2.2/32 wgdescr 'phone' wgpsk 'psk_here'
+wgpeer 'pubkey_here' wgaip 10.1.2.2/32 wgdescr 'phone' wgpsk 'psk_here'
</code></pre>
<h2>Generating a private key</h2>
<p>Using wireguard-tools wg command:</p>
DIR diff --git a/output/atom_gopher.xml b/output/atom_gopher.xml
@@ -2,7 +2,7 @@
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
<title>Codemadness</title>
<subtitle>blog with various projects and articles about computer-related things</subtitle>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<link rel="alternate" type="text/gopher" href="gopher://codemadness.org" />
<id>gopher://codemadness.org/0/atom_gopher.xml</id>
<link rel="self" type="application/atom+xml" href="gopher://codemadness.org/0/atom_gopher.xml" />
@@ -10,7 +10,7 @@
<title>Wireguard on OpenBSD for use as a mobile VPN</title>
<link rel="alternate" type="text/gopher" href="gopher://codemadness.org/1/phlog/wireguard" />
<id>gopher://codemadness.org/1/phlog/wireguard</id>
- <updated>2026-03-29T00:00:00Z</updated>
+ <updated>2026-05-30T00:00:00Z</updated>
<published>2026-03-27T00:00:00Z</published>
<author>
<name>Hiltjo</name>
DIR diff --git a/output/jsonfeed_content.json b/output/jsonfeed_content.json
@@ -8,7 +8,7 @@
"title": "Wireguard on OpenBSD for use as a mobile VPN",
"url": "https://www.codemadness.org/wireguard.html",
"authors": [{"name": "Hiltjo"}],
codemadness.org:70 /git/www.codemadness.org/commit/95c00e4aa8bc3e11b9791997744a81001a133fe3.gph:162: line too long