summaryrefslogtreecommitdiff
path: root/content/post/split-tunnelling-for-wireguard-in-linux.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/post/split-tunnelling-for-wireguard-in-linux.md')
-rw-r--r--content/post/split-tunnelling-for-wireguard-in-linux.md3
1 files changed, 2 insertions, 1 deletions
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.