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.