aboutsummaryrefslogtreecommitdiff
path: root/content/blog/freebsd/wireguard-firewall.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/freebsd/wireguard-firewall.md')
-rw-r--r--content/blog/freebsd/wireguard-firewall.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/blog/freebsd/wireguard-firewall.md b/content/blog/freebsd/wireguard-firewall.md
index e05ba69..d585442 100644
--- a/content/blog/freebsd/wireguard-firewall.md
+++ b/content/blog/freebsd/wireguard-firewall.md
@@ -2,7 +2,7 @@
title: Wireguard firewalling on FreeBSD
description: How to configure pf for wireguard on FreeBSD
date: 2023-03-15
-tage:
+tags:
- pf
- vpn
- wireguard
@@ -73,4 +73,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 `gateway_enable="YES"` in your `/etc/sysctl.conf` to route traffic. \ No newline at end of file
+Note that you will need to have set `gateway_enable="YES"` in your `/etc/sysctl.conf` to route traffic.