diff options
author | hyang <hyang@hyang.xyz> | 2023-09-10 21:58:20 -0700 |
---|---|---|
committer | hyang <hyang@hyang.xyz> | 2023-09-10 21:58:20 -0700 |
commit | 2278afa400b17c004e2c4312695e5a2d5a87604c (patch) | |
tree | 3d1f2bcfa9ad878371a7489f4f6ed23433084b33 /content | |
parent | c746af0eca500224c03849c0408c9ceff2542b31 (diff) |
Update
Diffstat (limited to 'content')
-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. |