aboutsummaryrefslogtreecommitdiff
path: root/content/blog/OpenBSD
diff options
context:
space:
mode:
authorJulien Dessaux2024-01-08 20:15:58 +0100
committerJulien Dessaux2024-01-08 20:15:58 +0100
commit9a8bf598ec1c4f79b03513aeebf1c4e5f31edc5c (patch)
treeaf9b6a7868fc9b9666f8ee795e8624b8837c572b /content/blog/OpenBSD
parentAdded migrating miniflux to nixos blog article (diff)
downloadwww-9a8bf598ec1c4f79b03513aeebf1c4e5f31edc5c.tar.gz
www-9a8bf598ec1c4f79b03513aeebf1c4e5f31edc5c.tar.bz2
www-9a8bf598ec1c4f79b03513aeebf1c4e5f31edc5c.zip
Fixed tags in old articles
Diffstat (limited to 'content/blog/OpenBSD')
-rw-r--r--content/blog/OpenBSD/wireguard-firewall.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/OpenBSD/wireguard-firewall.md b/content/blog/OpenBSD/wireguard-firewall.md
index b7b381d..8bff7e9 100644
--- a/content/blog/OpenBSD/wireguard-firewall.md
+++ b/content/blog/OpenBSD/wireguard-firewall.md
@@ -2,7 +2,7 @@
title: Wireguard firewalling on OpenBSD
description: How to configure pf for wireguard on OpenBSD
date: 2023-03-04
-tage:
+tags:
- pf
- vpn
- wireguard
@@ -72,4 +72,4 @@ pass in on egress proto udp from <internet> to <myself> port 342
pass in on wg0 from <private> to <private>
```
-Note that you will need to have set `net.inet.ip.forwarding=1` in your `/etc/sysctl.conf` to route traffic. \ No newline at end of file
+Note that you will need to have set `net.inet.ip.forwarding=1` in your `/etc/sysctl.conf` to route traffic.