Removed countries from qBittorrent installation

This commit is contained in:
Roger Gonzalez 2023-10-19 18:09:30 -03:00
parent 50a6baf6e7
commit 771dcb3a9d
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6
2 changed files with 0 additions and 8 deletions

View File

@ -73,7 +73,6 @@ Then, at the bottom, find the `gluetun` config and make the following changes:
- VPN_TYPE=openvpn
- OPENVPN_USER=<vpn_user> # -> Replace "<vpn_user>" with your VPN username
- OPENVPN_PASSWORD=<vpn_password> # -> Replace "<vpn_password>" with your VPN password
- SERVER_COUNTRIES=<vpn_country> # -> Replacee "<vpn_country>" with your VPN country
```
Now, restart `YAMS`:

View File

@ -166,13 +166,6 @@ What's your VPN password? (if you are using mullvad, just enter your username ag
```
Then, enter your VPN password. The script is going to output `*` characters to hide your password, so don't worry about leaking your password on the screen.
```
What country do you want to use?
You can check the countries list for your VPN here: <url> [brazil]:
```
Select a country for the VPN to connect to. You can always check your VPN server list in [their documentation](/advanced/vpn#official-supported-vpns). You should choose a country that is close to yours, or you can even choose your own country if it's available. The closer the server is, the better speeds you'll get. If you don't choose anything, the installer its going to default to Brazil.
### Finishing the installation
```bash