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 <contact@tommytran.io>
This commit is contained in:
Tommy 2022-10-08 06:29:59 -04:00 committed by GitHub
parent 6e6763d86a
commit b91313ed07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 <physical interface> https://ipinfo.io
```
This will return your actual IP address.