Fixed tags in old articles
This commit is contained in:
parent
6b6e0a4de5
commit
9a8bf598ec
4 changed files with 7 additions and 7 deletions
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
Note that you will need to have set `gateway_enable="YES"` in your `/etc/sysctl.conf` to route traffic.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
title: Wireguard routing part two
|
||||
description: An advanced example
|
||||
date: 2023-02-23
|
||||
tage:
|
||||
tags:
|
||||
- vpn
|
||||
- wireguard
|
||||
---
|
||||
|
|
|
@ -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
|
||||
```
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue