diff options
| -rw-r--r-- | app/lib/backend.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 1a21dda496..d78504b1c8 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -381,6 +381,7 @@ export default class Backend extends EventEmitter { err = new BackendError(Backend.ErrorType.noInternetConnection); } + // Prototype: the US servers will throw error during connect if(/us\d+\.mullvad\.net/.test(addr)) { err = new BackendError(Backend.ErrorType.noCredit); } |
