diff options
Diffstat (limited to 'content/post')
-rw-r--r-- | content/post/My-Setup.md | 1 | ||||
-rw-r--r-- | content/post/split-tunnelling-for-wireguard-in-linux.md | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/content/post/My-Setup.md b/content/post/My-Setup.md index 8932f74..64d1015 100644 --- a/content/post/My-Setup.md +++ b/content/post/My-Setup.md @@ -1,6 +1,7 @@ --- title: "My Setup" date: 2023-08-27T18:09:49-07:00 +description: Hello again draft: false --- diff --git a/content/post/split-tunnelling-for-wireguard-in-linux.md b/content/post/split-tunnelling-for-wireguard-in-linux.md index 83d0eff..b4931a7 100644 --- a/content/post/split-tunnelling-for-wireguard-in-linux.md +++ b/content/post/split-tunnelling-for-wireguard-in-linux.md @@ -1,10 +1,11 @@ --- title: "Split Tunnelling for Wireguard in Linux" date: 2023-09-08T17:18:39-07:00 +description: How to split tunnel in Wireguard on Linux draft: false --- -# How to split tunnel in Wireguard, running Linux +# How to split tunnel in Wireguard on Linux If you're under a VPN with WireGuard on Linux, as of writing this, there seems to be a surprising lack of documentation for selectively split tunneling certain applications. Fortunately, with Linux [network namespaces](https://en.wikipedia.org/wiki/Cgroups), we are able to do just that. |