Skip to content

Commit

Permalink
UPDATE-VPN2
Browse files Browse the repository at this point in the history
  • Loading branch information
Morzomb committed Apr 10, 2024
1 parent 171da66 commit bb19df3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Welcome to the All-jellyfin-media-server Repository! This repository contains ev
- [Using Docker](#docker)
- [NVidia](#nvidia)
- [VPN](#vpn)
- [Troubleshooting VPN](#troubleshoot-vpn)
- [Installation](#installation)
- [Basic Installation](#basic-installation)
- [Installation with NVidia](#installation-with-nvidia-only)
Expand Down Expand Up @@ -264,6 +265,24 @@ First, you need to connect to the Nord VPN website.
<img src="image/vpn3.png">
</div>

### Troubleshoot VPN

Once the Docker is launched, you can test your VPN with the following command:

```bash
docker exec qbittorrent curl -s https://api.ipify.org/
# Result
94.101.115.63
```

On my side, it shows me an IP address in Belgium:

<div style="text-align: center">
<img src="image/vpn4.png">
</div>

---

# Installation

First, clone the repository :
Expand Down
Binary file added image/vpn4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bb19df3

Please sign in to comment.