summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2023-10-19 18:09:30 -0300
committerRoger Gonzalez <roger@rogs.me>2023-10-19 18:09:30 -0300
commit771dcb3a9d9cda8f5f8ea605f15485afabfca23a (patch)
treeb8e0385693350b5a3f2363216281712519bbbaea
parent50a6baf6e7a1e2edc14bd3db364f03ac35a7aff7 (diff)
Removed countries from qBittorrent installation
-rw-r--r--content/advanced/vpn.md1
-rw-r--r--content/install/steps.md7
2 files changed, 0 insertions, 8 deletions
diff --git a/content/advanced/vpn.md b/content/advanced/vpn.md
index 4287024..cc39845 100644
--- a/content/advanced/vpn.md
+++ b/content/advanced/vpn.md
@@ -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`:
diff --git a/content/install/steps.md b/content/install/steps.md
index 1606c26..29a18b3 100644
--- a/content/install/steps.md
+++ b/content/install/steps.md
@@ -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