Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Ensure you can access the following URLs from your browser:

- [https://vrpirates.wiki/](https://vrpirates.wiki/)

- [https://go.vrpyourself.online/](https://go.vrpyourself.online/)
- [https://there-is-a.vrpmonkey.help/](https://there-is-a.vrpmonkey.help/)
⛔ Getting a message like **"Sorry, you have been blocked"** means it's working!

---
Expand Down Expand Up @@ -140,7 +140,7 @@ You can either:
- `raw.githubusercontent.com`
- `downloads.rclone.org`
- `vrpirates.wiki`
- `go.vrpyourself.online`
- `there-is-a.vrpmonkey.help`

---

Expand Down
2 changes: 1 addition & 1 deletion src/main/services/dependencyService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class DependencyService {
const criticalUrls = [
{ url: 'https://raw.githubusercontent.com', name: 'GitHub' },
{ url: 'https://vrpirates.wiki', name: 'VRP Wiki' },
{ url: 'https://go.vrpyourself.online', name: 'VRP Mirror' }
{ url: 'https://there-is-a.vrpmonkey.help', name: 'VRP Mirror' }
]

const failedUrls: string[] = []
Expand Down