diff options
| -rw-r--r-- | content/posts/openbsd-vpn-gateway/index.org | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index 326c4da..c55b21a 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -38,6 +38,11 @@    decide to close the connection. Sort of like a "kill switch", as    some companies market it. +  I'm using OpenVPN here because that's what most VPN providers +  use. In the future I plan on using [[https://www.wireguard.com/][Wireguard]] once it gets more +  widely adopted. This will be easy as OpenBSD has recently [[https://undeadly.org/cgi?action=article;sid=20200622052207][added]] +  wireguard support into the kernel. +  * Our Network    In this post the machine will have a single network interface called | 
