From 6fe37d846c1ae6582eaf9fb1685546d9243736d1 Mon Sep 17 00:00:00 2001 From: 6543 <6543@obermui.de> Date: Sat, 27 Apr 2024 01:04:42 +0200 Subject: [PATCH] fix wireguard artikle --- content/post/wireguard-vps-android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/post/wireguard-vps-android.md b/content/post/wireguard-vps-android.md index 2093f07..6609052 100644 --- a/content/post/wireguard-vps-android.md +++ b/content/post/wireguard-vps-android.md @@ -48,7 +48,7 @@ Enable IP forwarding in the Linux kernel by uncommenting or adding (uncommenting Download the App from [F-Droid](https://f-droid.org/en/packages/com.wireguard.android/) or [Google Play](https://play.google.com/store/apps/details?id=com.wireguard.android). -In WireGuard, you must manually set an IP address for each client. The ``100.64.0.0.0.0/10`` area has hosts from ```100.64.0.1``` to ```100.127.255.254```, the first one is already occupied by the gateway, so we use ```100.64.0.0.2```. +In WireGuard, you must manually set an IP address for each client. The ``100.64.0.0/10`` area has hosts from ```100.64.0.1``` to ```100.127.255.254```, the first one is already occupied by the gateway, so we use ```100.64.0.0.2```. ![]({{}}img/wireguard-android/A.jpg) | ![]({{}}img/wireguard-android/B.jpg) | ![]({{}}img/wireguard-android/C.jpg) -------|----------|--------