SadeghHayeri / GreenTunnel

GreenTunnel is an anti-censorship utility designed to bypass the DPI system that is put in place by various ISPs to block access to certain websites.
MIT License
4.24k stars 273 forks source link

Turn off green tunnel, but cant connect to the internet #129

Open codesbandit opened 2 years ago

codesbandit commented 2 years ago

Describe the bug When i turn off green tunnel, icant use internet directly to wifi it say there is something wrong with proxy

Expected behavior I expected when i shut the green tunnel, my connection back properly

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Albonycal commented 2 years ago

yea because you've configured your browser to use greentunnel as a proxy and if you turn it off, you can't access internet you'll have to remove the proxy settings to browse the internet normally

beyond9thousand commented 2 years ago

yea because you've configured your browser to use greentunnel as a proxy and if you turn it off, you can't access internet you'll have to remove the proxy settings to browse the internet normally

@Albonycal i was facing the same issue and even after removing the proxy i am still unable to get certain things like internet speed tests to work

the-loan-wolf commented 1 year ago

if you are using windows 10: 1.open settings 2.go to Network and Internet 3.and then select proxy 4.turn it off! now every thing work, i was having same issue, my pip was not able to install packages due to no internet connection

infernys20 commented 1 day ago

For those who use linux, the solution may be with gsettings.

The command looks like this: gsettings set org.gnome.system.proxy mode 'none'

After that, restart the network manager: sudo systemctl restart NetworkManager

Now the proxy should be unset.

Source in line 22: https://github.com/SadeghHayeri/GreenTunnel/blob/master/src/utils/system-proxy.js