TBomb icon indicating copy to clipboard operation
TBomb copied to clipboard

Poor Internet Connection issue

Open ahmadhassan-dev opened this issue 4 years ago • 1 comments

Describe the bug I am facing a issue from past two days that it is showing me "Poor Internet Connection" and terminates. As i check my internet speed and it is working fine. So can you please guide me regrading this issue. Thank you. I saw someone else also facing this issue, so please take this issue in consideration.

image

ahmadhassan-dev avatar Jan 09 '21 14:01 ahmadhassan-dev

Easy to sort, working fine by doing the following:

Your ISP is blocking it, so download WINDSCRIBE VPN, follow the instructions to install, login and start with any location you choose. EXAMPLE:

**_1. Get a Windscribe Account

Create a free account if you don't have one already. 2. Install dirmngr and apt-transport-https if not already installed

apt-get install dirmngr apt-transport-https

  1. Add the Windscribe signing key to apt as root

apt-key adv --keyserver keyserver.ubuntu.com --recv-key FDC247B7

  1. Add the repository to your sources.list

sh -c "echo 'deb https://repo.windscribe.com/debian buster main' > /etc/apt/sources.list.d/windscribe-repo.list"

  1. Run apt-get update

apt-get update

  1. Install windscribe-cli

apt-get install windscribe-cli

  1. Switch to non-root user

exit

  1. Login to Windscribe

windscribe login

  1. Connect to Windscribe

windscribe connect

Need help?

windscribe --help_**

Once connected to any location, try the TBomb script and it works!

w1l5t3r avatar Jan 10 '21 23:01 w1l5t3r