From 8858839a7b687be3ed088a4858765e65f3a6b6fe Mon Sep 17 00:00:00 2001 From: Sun Knudsen Date: Wed, 9 Dec 2020 07:18:44 -0500 Subject: [PATCH] Fixed broken link and added heads-up in strongSwan guide --- .../README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md index df424d7..b40657b 100644 --- a/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md +++ b/how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos/README.md @@ -12,7 +12,7 @@ Listed: true [![How to self-host hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS - YouTube](how-to-self-host-hardened-strongswan-ikev2-ipsec-vpn-server-for-ios-and-macos.png)](https://www.youtube.com/watch?v=HY3F_vHuTFQ "How to self-host hardened strongSwan IKEv2/IPsec VPN server for iOS and macOS - YouTube") -> Heads-up: when following this guide on IPv4-only servers (which is totally fine if one knows what one is doing), it’s likely IPv6 traffic will leak on iOS when clients are connected to carriers or ISPs running dual stack (IPv4 + IPv6) infrastructure. Leaks can be mitigated on iOS (cellular-only) and on macOS by following this [guide](../how-to-disable-ipv6-on-ios-cellular-only-and-macos-and-why-it-s-a-big-deal-for-privacy). +> Heads-up: when following this guide on IPv4-only servers (which is totally fine if one knows what one is doing), it’s likely IPv6 traffic will leak on iOS when clients are connected to carriers or ISPs running dual stack (IPv4 + IPv6) infrastructure. Leaks can be mitigated on iOS (cellular-only) and on macOS by following this [guide](../how-to-disable-ipv6-on-ios-cellular-only-and-macos). ## Requirements @@ -224,7 +224,9 @@ STRONGSWAN_INTERFACE=eth0 $ source ~/.bashrc ``` -### Step 16: install cURL and Python, generate random IPv6 ULA and save to environment variables +### Step 16: install cURL and Python, generate random IPv6 ULA and save to environment variables (if server is dual stack) + +> Heads-up: only run the following if server is dual stack (IPv4 + IPv6). #### Install cURL and Python