From b91313ed07d170c20477cdd535792d3848fa50ac Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 8 Oct 2022 06:29:59 -0400 Subject: [PATCH] Update content/apps/ProtonVPN IP Leakage on Linux and Workaround.md Co-authored-by: WfKe9vLwSvv7rN <96372288+WfKe9vLwSvv7rN@users.noreply.github.com> Signed-off-by: Tommy --- content/apps/ProtonVPN IP Leakage on Linux and Workaround.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md b/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md index aa5e8c1..d47124c 100644 --- a/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md +++ b/content/apps/ProtonVPN IP Leakage on Linux and Workaround.md @@ -18,7 +18,7 @@ Effectively, any application that binds to the connected physical interface (as You can check this with `curl`: ```bash -curl --interface your_public_interface_name https://ipinfo.io +curl --interface https://ipinfo.io ``` This will return your actual IP address.