From 9a8bf598ec1c4f79b03513aeebf1c4e5f31edc5c Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 8 Jan 2024 20:15:58 +0100 Subject: Fixed tags in old articles --- content/blog/OpenBSD/wireguard-firewall.md | 4 ++-- content/blog/freebsd/wireguard-firewall.md | 4 ++-- content/blog/miscellaneous/wireguard-routing-2.md | 2 +- content/blog/miscellaneous/wireguard-routing.md | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'content/blog') 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 to port 342 pass in on wg0 from to ``` -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. 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 to port 342 pass in on wg0 from to ``` -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. diff --git a/content/blog/miscellaneous/wireguard-routing-2.md b/content/blog/miscellaneous/wireguard-routing-2.md index a4e8ec5..0752251 100644 --- a/content/blog/miscellaneous/wireguard-routing-2.md +++ b/content/blog/miscellaneous/wireguard-routing-2.md @@ -2,7 +2,7 @@ title: Wireguard routing part two description: An advanced example date: 2023-02-23 -tage: +tags: - vpn - wireguard --- diff --git a/content/blog/miscellaneous/wireguard-routing.md b/content/blog/miscellaneous/wireguard-routing.md index 446555d..63592af 100644 --- a/content/blog/miscellaneous/wireguard-routing.md +++ b/content/blog/miscellaneous/wireguard-routing.md @@ -2,7 +2,7 @@ title: Wireguard routing part one description: The basics to know about wireguard routing date: 2023-02-21 -tage: +tags: - vpn - wireguard --- @@ -89,4 +89,4 @@ Kaladin's would look very similar: ``` 10.1.2.1 dev wg0 scope link 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.20 metric 600 -``` \ No newline at end of file +``` -- cgit v1.2.3