https://github.com/sofianehamlaoui/nordvpn-rotating
NordVpn Rotating with megasync downloading for bypassing Mega download limits
https://github.com/sofianehamlaoui/nordvpn-rotating
Last synced: 5 months ago
JSON representation
NordVpn Rotating with megasync downloading for bypassing Mega download limits
- Host: GitHub
- URL: https://github.com/sofianehamlaoui/nordvpn-rotating
- Owner: SofianeHamlaoui
- Created: 2020-09-12T07:30:52.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-30T16:09:37.000Z (almost 2 years ago)
- Last Synced: 2025-03-31T18:40:39.679Z (7 months ago)
- Language: Shell
- Size: 4.88 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nordvpn rotating script ( nordi )
NordVPN Rotating with megasync downloading for bypassing Mega download limits
1. Connecting to a one of the selected countries server of NordVPN
* The closer to your location are ofter the faster
```
countries="France Belgium Spain Italy Germany Netherlands Switzerland"
```2. shuffing the list and selecting a random one ( for rotating and changing the IP each X time )
```
country="$(shuf -n 1 -e France Belgium Spain Italy Germany Netherlands Switzerland)"
```3. Connecting to the chosen country and runnnig Mega on the background
```
nordvpn connect $country
megasync &
```4. Doing that for X time
5. Killing mega and doing that again and again