Fixed tags in old articles

This commit is contained in:
Julien Dessaux 2024-01-08 20:15:58 +01:00
parent 6b6e0a4de5
commit 9a8bf598ec
Signed by: adyxax
GPG key ID: F92E51B86E07177E
4 changed files with 7 additions and 7 deletions

View file

@ -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.
Note that you will need to have set `net.inet.ip.forwarding=1` in your `/etc/sysctl.conf` to route traffic.