Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

won't return to the default settings #23

Open
fikritheins opened this issue Jul 1, 2019 · 2 comments
Open

won't return to the default settings #23

fikritheins opened this issue Jul 1, 2019 · 2 comments
Labels
bug Something isn't working question Further information is requested

Comments

@fikritheins
Copy link

So, apparently, the ones that worked for me are the ones that we need to use terminal. The GUI doesn't work at all. I'm using it to play Netflix because my ISP banned Netflix.
But the problem is, every time I close the terminal if I finished watching, I cannot browse anything because of the proxy settings still checked.
Is there any way around this? Thanks
Would be glad if the GUI worked though

@Saya47
Copy link

Saya47 commented Jul 9, 2019

What version are you using? I didn't find the terminal version.
Anyway, to be able to turn off proxy fast, you can create a shortcut:
https://www.sevenforums.com/tutorials/24072-internet-options-shortcut-create.html
Or if you're using Autohotkey, you can use this:
Open Registry Editor, navigate to: HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections
And create a backup of these two when your proxy is off:
DefaultConnectionSettings and SavedLegacySettings,
And replace them accordingly in the following script:
(Replace them with ADDWHATEVERYOUBACKEDUPFROMREGISTRYHERE)

regwrite,REG_DWORD,HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings,Proxyenable,0
RegWrite,REG_BINARY,HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections,DefaultConnectionSettings,***ADDWHATEVERYOUBACKEDUPFROMREGISTRYHERE***
RegWrite,REG_BINARY,HKCU,Software\Microsoft\Windows\CurrentVersion\Internet Settings\Connections,SavedLegacySettings,***ADDWHATEVERYOUBACKEDUPFROMREGISTRYHERE***

@SadeghHayeri SadeghHayeri added bug Something isn't working question Further information is requested labels Dec 7, 2019
@SadeghHayeri
Copy link
Owner

what is your OS? version?
can you use the latest version and run gt whit -v 'green-tunnel:*' option?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants